.video-hero{display:flex;align-items:center;justify-content:center;overflow:hidden}.video-hero,.video-hero__container{position:relative;width:100%;min-height:500px}.video-hero__container{margin:0 -1em;height:100%;height:500px}.video-hero__video{position:absolute;top:50%;left:50%;min-width:100%;min-height:500px;width:auto;height:auto;transform:translate(-50%,-50%);z-index:-1;object-fit:cover}.video-hero__overlay{position:relative;z-index:1;display:flex;align-items:center;justify-content:flex-start;min-height:100%;padding:2rem;background:rgba(0,0,0,.3)}.video-hero__content{max-width:600px;margin-left:clamp(2rem,8vw,8rem);color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.7)}.video-hero__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;margin-bottom:1.5rem;line-height:1.2}.video-hero__description{font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.6;margin-bottom:0}@media (max-width:768px){.video-hero__content{margin-left:1rem;max-width:calc(100% - 2rem);padding-bottom:6rem}.video-hero__overlay{align-items:flex-end;padding:1rem 1rem 4rem}}@media (prefers-reduced-motion:reduce){.video-hero__video{animation-play-state:paused}}@supports not (object-fit:cover){.video-hero__video{position:absolute;top:0;left:0;width:100%;height:500px}}