
/* Cloudflare migration hardening */
html,body{overflow-x:hidden}
.gallery figure{min-width:0;isolation:isolate}
.gallery figure>img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important}
.quote-modal-backdrop{overscroll-behavior:contain}
body.modal-open{overflow:hidden}
@media (max-width:720px){
  .gallery{align-items:stretch}
  .gallery figure{min-height:190px}
  .hero-picture img,.final-picture img{width:100%;height:100%;object-fit:cover}
}
