/* RETINA DISPLAY STYLES */
@media (min-device-pixel-ratio: 1.5) {
  .site-content .ast-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
.site-content .ast-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (min-width: 480px) {
  .site-content .ast-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
/* md - TABLET PORTRAIT STYLES */
@media (min-width: 768px) {
  .site-content .ast-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
/* lg - TABLET LANDSCAPE STYLES */
@media (min-width: 992px) {
  .site-content .ast-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
/* xl - DESKTOP STYLES */
@media (min-width: 1200px) {
  .site-content .ast-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F1243-scss-retina.scss%22%2C%22wp-content%2Fcustom_codes%2F1243-scss-mobile-p.scss%22%2C%22wp-content%2Fcustom_codes%2F1243-scss-mobile-l.scss%22%2C%22wp-content%2Fcustom_codes%2F1243-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F1243-scss-tablet-l.scss%22%2C%22wp-content%2Fcustom_codes%2F1243-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAACA%3BACAC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADDD%3BAECC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFDD%3BAASA%3BAGRC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHDD%3BAAcA%3BAIbC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJDD%3BAAmBA%3BAKlBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALDD%3BAAwBA%3BAMvBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */