.hero-section{position:fixed;overflow:hidden;height:100vh;width:100% !important;display:flex;justify-content:center;z-index:-1}#hero-section-video{position:absolute;left:-32%;object-fit:cover;width:136%;height:100%}#hero-section-text{position:absolute;min-width:70%;display:flex;justify-content:center;height:100%;align-items:center}#hero-section-text h1{font-size:13vw;transition:font-size 1s;display:flex;flex-direction:column}#scroll-text-mobile{display:none;position:fixed;bottom:20px;right:-5px}#scroll-text-mobile img{filter:drop-shadow(4px 4px 20px #000)}@media only screen and (max-width:768px){#hero-section-text h1{font-size:90px}#scroll-text-mobile{display:block}}