.mouse-scroller .mouse{align-items:center;background-color:transparent;border-radius:100px;display:flex;flex-flow:column;font-size:0;height:70px;justify-content:flex-start;padding:10px;width:40px}.mouse-scroller .mouse:before{animation:mouseScroll 3s ease-in-out infinite;border-radius:10px;content:"";display:block;height:5px;position:relative;transition:background-color .25s ease-in-out;width:5px}@keyframes mouseScroll{0%{opacity:0;top:0}50%{height:10px;opacity:1}90%{opacity:1;top:calc(100% - 10px)}to{opacity:0;top:calc(100% - 10px)}}