.responsive-container {
  position: relative;
}

@media only screen and (min-width: 1440px) {
  .responsive-container {
    width: 1440px;
    margin: auto;
  }
}

@media only screen and (min-width: 1440px) {
  body {
    width: 100vw;
    margin: auto;
  }
  body .banner-content {
    width: calc(85 * 1440px / 100) !important;
  }
  body .header-content {
    width: calc(85 * 1440px / 100) !important;
  }
  body .footer-content {
    width: calc(85 * 1440px / 100) !important;
  }
  body .copyright-content {
    width: calc(85 * 1440px / 100) !important;
  }
  body .sub-header-content {
    width: calc(85 * 1440px / 100) !important;
  }
  body .subheader-content {
    width: calc(85 * 1440px / 100) !important;
  }
}
/*# sourceMappingURL=responsive.css.map */