.hero-video-carousel{height:450px;position:relative;width:100%}.hero-video-carousel img,.hero-video-carousel video{height:100%;object-fit:cover;width:100%}.hero-video-carousel__container{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.hero-video-carousel__content{align-items:center;display:flex;flex-direction:column;position:relative}.hero-video-carousel__content h1{color:var(--white);font-size:3.75rem}.hero-video-carousel__content span h2{margin:0}.dots-list{bottom:2%;display:flex;gap:.5rem;justify-content:center;position:absolute}.dot{background-color:gray;border-radius:50%;cursor:pointer;height:8px;width:8px}.dot--active{background-color:#fff}.hero-video-carousel__subtitle{color:var(--white);font-size:1.8rem;font-weight:400;margin:.5em 0 2em;max-width:700px;text-align:center}.hero-video-carousel__overlay{align-items:center;background:rgba(0,0,0,.2);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}@media screen and (max-width:768px){.hero-video-carousel__content{padding:0 1em;text-align:center}}