.hero{position:relative}.hero:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,.5);z-index:2}.hero__container{position:relative;z-index:3;justify-content:space-between;min-height:100svh;padding-top:5rem;padding-bottom:1.875rem;color:#fff;gap:1.875rem}.hero__container,.hero__header{display:flex;flex-direction:column}.hero__image,.hero__video{position:absolute;width:100%;height:100%;top:0;left:0;object-fit:cover}@media (width < 20em){.hero__header{gap:.625rem}}@media (width >= 20em) and (width < 75em){.hero__header{gap:clamp(.625rem,.39773rem + 1.13636vw,1.25rem)}}@media (width >= 75em){.hero__header{gap:1.25rem}}