@media (min-width: 420px) {
  #header-img {
    min-height: 175px;
  }
}
@media (min-width: 576px) {
  #header-img {
    background: transparent url("../img/header_540.jpg") center center no-repeat padding-box;
    background-size: cover;
    min-height: 253px;
  }
}
@media (min-width: 768px) {
  #header-img {
    background: transparent url("../img/header_720.jpg") center center no-repeat padding-box;
    background-size: cover;
    min-height: 266px;
  }
}
@media (min-width: 992px) {
  #header-img {
    background: transparent url("../img/header_960.jpg") center center no-repeat padding-box;
    background-size: cover;
    min-height: 355px;
  }
}
@media (min-width: 1200px) {
  #header-img {
    background: transparent url("../img/header_1140.jpg") center center no-repeat padding-box;
    background-size: cover;
    min-height: 421px;
  }
}
@media (min-width: 1400px) {
  #header-img {
    background: transparent url("../img/header_1320.jpg") center center no-repeat padding-box;
    background-size: cover;
    min-height: 487px;
  }
}
@media (min-width: 2560px) {
  .xxl-size-fix {
    width: 1320px;
    margin: 0 auto;
  }
}

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