body,html{margin:0;padding:0;width:100%;height:100%;overscroll-behavior:none;touch-action:none}.mobile-container,body,html{overflow:hidden;position:fixed}.mobile-container{height:100vh;width:100vw;top:0;left:0}.slides-container{height:100%;width:100%;transition:transform .5s ease-in-out;position:relative}.slide{height:100vh;width:100vw;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center}.nextButton{position:fixed;bottom:80px;left:50%;transform:translateX(-50%);z-index:100;cursor:pointer;animation:bounce 2s ease-in-out infinite}.nextButton img{width:48px;height:48px;-o-object-fit:contain;object-fit:contain}@keyframes bounce{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,-10px)}}