.bs-hero-banner{position:relative;width:100%;height:94vh;margin:0 auto;background:#000;overflow:hidden;transform:translateY(-10vw);animation:slideInBanner 1200ms ease-out forwards}
@keyframes slideInBanner{from{transform:translateY(-10vw)}
to{transform:translateY(0)}
}
.bs-banner-video{height:94vh !important;width:100%;object-fit:cover}
.bs-hero-overlay{position:absolute;width:100%;height:30%;left:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,0.432) 61.71%,rgba(0,0,0,0.6) 100%);z-index:2}
.bs-hero-titles{position:absolute;z-index:3;bottom:0;left:0;width:100%;height:30%;display:flex;justify-content:center;align-items:center}
.bs-hero-title{position:absolute;text-align:center;font-family:'Flying Flea',sans-serif;font-weight:700;font-size:57px;line-height:130%;color:#fff;opacity:0;transition:opacity .6s ease}
.bs-hero-title p{font-family:'FlyingFlea-Bold' !important;font-weight:700;font-style:Bold;font-size:57px;line-height:110.00000000000001%;letter-spacing:0;color:#fff}
.bs-hero-title.active{opacity:1}
@media(max-width:768px){.bs-hero-title{font-size:40px}
.bs-hero-title p{font-size:40px}
}