.right-menu-ir-page {
  background-color: black;
}
.right-menu-ir-page .item-page {
  margin-bottom: 7px;
}
@media only screen and (max-width: 767px) {
  .right-menu-ir-page .item-page {
    margin-right: 7px;
    padding-top: 7px;
  }
}
@media only screen and (max-width: 386px) {
  .right-menu-ir-page .item-page {
    padding-bottom: 7px;
  }
}
.right-menu-ir-page .item-page {
  position: relative;
  width: 100%;
  height: 188px;
}
.right-menu-ir-page .item-page a {
  color: white;
}
.right-menu-ir-page .item-page .title {
  position: absolute;
  top: 20%;
  width: 100%;
  font-size: 16px;
  text-align: center;
}
.right-menu-ir-page .item-page img {
  max-width: 188px;
  max-height: 188px;
}
@media only screen and (max-width: 767px) {
  .right-menu-ir-page .item-page {
    display: inline-table;
    padding-top: 7px;
  }
}
@media only screen and (max-width: 386px) {
  .right-menu-ir-page .item-page {
    display: block;
  }
}
