body:not(.Window-Responsive) .responsive-over-hide {
  display: none !important;
}

@media screen and (min-width: 760px) {
  body.Window-Responsive .responsive-over-hide {
    display: none !important;
  }
}
@media screen and (max-width: 759px) {
  body.Window-Responsive .container-main {
    width: 100% !important;
    padding: 0 !important;
  }
  body.Window-Responsive .responsive-under-hide {
    display: none !important;
  }
  body.Window-Responsive .contents-header,
  body.Window-Responsive .contents-breadcrumbs,
  body.Window-Responsive .contents-main,
  body.Window-Responsive .responsive-under-w100 {
    width: 100% !important;
  }
}/*# sourceMappingURL=responsive.css.map */