
/* Atlas production responsive guards */
*, *::before, *::after { box-sizing: border-box; }
html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
img, video, iframe, svg, canvas { max-width: 100% !important; height: auto; }
.vr-food-img, .vr-cap-card-link { max-width: 100% !important; }
pre, code { max-width: 100%; white-space: pre-wrap; overflow-wrap: anywhere; }
@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; }
}
