.banner{height:80px;position:relative;width:100%}.mouse-scroll a.button{background:none;border:none}.animated-mouse{align-items:center;display:flex;flex-direction:column;position:absolute;right:50%;top:0;width:auto}.animated-mouse__line{animation:lineAnimation 1.5s ease-out infinite;background-color:#fff;height:20px;margin-bottom:4px;width:2px}@keyframes lineAnimation{0%{height:20px}50%{height:47px}to{height:20px}}@media screen and (max-width:768px){.animated-mouse{align-items:center;display:flex;flex-direction:column;left:0;margin-top:50px;position:absolute;right:auto;top:0;width:auto}}