.hello-kitty-run-container {
    position: fixed;
    bottom: 20px;
    left: 0px;
    width: 100vw;
    z-index: 1000;
    pointer-events: none;
    animation: run-across-screen 15s linear infinite;
}