.rover {
    position: absolute;
    bottom: 0;
    left: -69px;
    transform-origin: center bottom;
    animation-name: rover-move;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    will-change: transform;
}