
/* Atlas production responsive guards */
html, body { max-width: 100%; overflow-x: hidden; }
img, video, iframe { max-width: 100%; height: auto; }
@media (max-width: 640px) {
  .vr-wrap, main, .site-header, .site-footer { padding-left: 1rem; padding-right: 1rem; }
  .contact-form input, .contact-form textarea, .contact-form button { min-height: 44px; }
}
