.homeBanner{position:relative;width:100svw;height:100svh;overflow:hidden}.homeBanner video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}@keyframes mouse-scroll{0%{top:10%;opacity:1}80%{opacity:1}to{top:30%;opacity:0}}.homeBanner .scroll-msg-container{position:absolute;bottom:50px;left:50%;width:35px;height:62px;margin-top:0;margin-left:-17px;z-index:2}.homeBanner .scroll-msg-inner{width:35px;height:60px;position:relative;border-radius:38px;border:3px solid #fff}.homeBanner .scroll-msg-wheel{position:absolute;top:10%;left:50%;width:5px;height:5px;margin-left:-3px;border-radius:50%;background-color:#fff;animation:mouse-scroll .9s infinite}