.Mouse{position:absolute;opacity:0;z-index:50;width:50px;height:50px;pointer-events:none}.Mouse__star{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../imgs/stars-sprite.png);background-position:0;background-repeat:no-repeat;background-size:400% 100%;-webkit-animation:play .8s steps(4) infinite forwards;animation:play .8s steps(4) infinite forwards}@-webkit-keyframes play{0%{background-position:0}to{background-position:133.3333%}}@keyframes play{0%{background-position:0}to{background-position:133.3333%}}