.hs-video-bg{display:grid;min-height:var(--min-h);overflow:hidden;place-items:center;position:relative}.hs-video-bg__fallback,.hs-video-bg__video{height:100%;left:0;object-fit:cover;position:absolute;top:0;transform:translateY(0);width:100%;z-index:0}.hs-video-bg__overlay{background:var(--overlay);height:100%;left:0;opacity:var(--overlay-o);position:absolute;top:0;width:100%;z-index:1}.hs-video-bg__content{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:var(--min-h);padding:clamp(1.5rem,4vw,3rem);position:relative;text-align:center;z-index:2}@media (max-width:767px){.hs-video-bg{height:auto;min-height:calc(var(--min-h)*.75)}.hs-video-bg__fallback,.hs-video-bg__video{height:100%;object-fit:cover;width:100%}.hs-video-bg__content{min-height:calc(var(--min-h)*.75);padding:clamp(1rem,3vw,1.5rem)}}@media (min-width:768px) and (max-width:1023px){.hs-video-bg,.hs-video-bg__content{min-height:calc(var(--min-h)*.9)}.hs-video-bg__content{padding:clamp(1.5rem,3.5vw,2rem)}}@media (min-width:1024px){.hs-video-bg__content{padding:clamp(2rem,4vw,3rem)}}