html{ -webkit-text-size-adjust:100%; text-size-adjust:100%; }
html,body{ max-width:100%; overflow-x:clip; }
*,*::before,*::after{ box-sizing:border-box; }
img,video,canvas,svg,iframe,embed,object{ max-width:100%; }
.lux-hero-media img{ max-width:none !important; width:100% !important; height:100% !important; object-fit:cover; }
html.nav-open,body.nav-open{ overflow:hidden !important; overscroll-behavior:none; touch-action:none; }
table{ max-width:100%; display:block; overflow-x:auto; -webkit-overflow-scrolling:touch; }
@media (max-width:768px){
  body:not(.nav-open){ overflow-x:clip; }
  .wrap,.container,main,section,header,footer,.site-header{ max-width:100%; }
}
