.hs-video-bg{box-sizing:border-box;min-height:var(--min-h);overflow:hidden;position:relative}.hs-video-bg__video{object-fit:cover;object-position:center;transform:translateY(0);z-index:0}.hs-video-bg__overlay,.hs-video-bg__video{height:100%;left:0;position:absolute;top:0;width:100%}.hs-video-bg__overlay{background:var(--overlay);opacity:var(--overlay-o);z-index:1}@media (max-width:767px){.hs-video-bg{height:auto;min-height:calc(var(--min-h)*.75)}.hs-video-bg__video{height:auto!important;left:50%!important;min-height:100%!important;object-fit:cover;object-position:center;transform:translateX(-50%) translateY(0);width:100%!important}}@media (min-width:768px) and (max-width:1023px){.hs-video-bg{min-height:calc(var(--min-h)*.9)}}