.category-ir #site-wrapper #page-title {
  background-image: url(/en/assets/images/ir_title_bg.jpg?cae0a525);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: 1280px 280px;
}
@media screen and (min-width: 1281px) {
  .category-ir #site-wrapper #page-title {
    background-size: cover;
  }
}
@media screen and (max-width: 750px) {
  .category-ir #site-wrapper #page-title {
    background-image: url(/en/assets/images/ir_title_sp_bg.jpg?349932a9);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: transparent;
    background-size: 750px 300px;
    background-size: cover;
  }
}

/*# sourceMappingURL=ir.css.map */
