.hero-video{margin:1rem;padding:0;position:relative}.hero-video__inner{display:grid;grid-template-areas:'main';z-index:-1}.hero-video__figure{grid-area:main;height:fit-content;justify-self:center;width:fit-content}.hero-video__video{border-radius:1.25rem;height:100%;overflow:hidden;max-height:calc(100vh - 7rem);max-width:100%;width:100%}.hero-video__title{filter:drop-shadow(2px 4px 20px rgba(0,0,0,0.7))}.hero-video__title-wrapper{align-items:center;color:var(--c-6);display:flex;flex-direction:column;font-size:3rem;grid-area:main;justify-content:center;margin-inline:auto;max-width:var(--col-width);padding-inline:1rem;text-align:center;z-index:10}.hero-video__tagline{font-size:50%;font-weight:600;margin-top:1rem}@media screen and (min-width: 1400px) and (min-height: 900px){.hero-video::before{background-color:var(--c-6);border-top-left-radius:3rem;border-top-right-radius:3rem;content:'';bottom:0;display:block;height:7.5rem;left:50%;max-width:calc(100% - 8rem);position:absolute;transform:translateX(-50%);width:calc(var(--col-width) + 4rem);z-index:4}.hero-video__title-wrapper{font-size:3.75rem;padding-bottom:7.5rem}.hero-video+.container{margin-top:-7.5rem;position:relative;z-index:5}}
/*# sourceMappingURL=./hero-video.css.map */