/*
 * Deploy this small, stable stylesheet independently after a full release:
 * npm run deploy:site-overrides
 */
@media screen and (min-width: 1408px) {
  .container:not(.is-max-tablet):not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px !important;
  }
}
