.mouse-icon{border:2px solid #ddcdbd;border-radius:16px;height:40px;width:24px;display:block;z-index:1;opacity:.9;position:absolute;left:0;right:0;bottom:20px}.mouse-icon,.mouse-icon .wheel{margin-right:auto;margin-left:auto}.mouse-icon .wheel{-webkit-animation-duration:1.9s;-webkit-animation-timing-function:linear;-webkit-animation-delay:0s;-webkit-animation-iteration-count:infinite;-webkit-animation-play-state:running;animation-name:drop;animation-duration:1.9s;animation-timing-function:linear;animation-delay:0s;animation-iteration-count:infinite;animation-play-state:running;position:relative;border-radius:10px;background:#ddcdbd;width:2px;height:6px;top:4px}@keyframes drop{0%{transform:translateY(0)}50%{transform:translateY(8px)}to{transform:translateY(0)}}