.ratrunsingle { height: 50px; width: 100%; background: url(https://cdn.glitch.com/d1d51d01-0dd7-4871-a0fc-bd679974b7a2%2Fratrun2.gif?v=1623424315758); background-size: 100px 50px; animation: ratrun2 4s infinite linear; background-repeat: no-repeat; margin: 0; mix-blend-mode: darken; } @keyframes ratrun1 { 0% { background-position: 0% 0%; } 100% { background-position: 100px 0%; } } @keyframes ratrun2 { 0% { background-position: -20% 0%; } 100% { background-position: 120% 0%; } } @media screen and (max-width: 600px) { .ratrunsingle { animation: ratrun2 1.6s infinite linear; } } #g-intruder-alert-top-medium-img, #islandmap, #g-intruder-alert-bottom-Artboard_2 { display: block; } #g-intruder-alert-top-mobile, #mapmobile, #g-intruder-alert-bottom-mobile-img, #g-intruder-alert-bottom-mobile, #g-intruder-alert-bottom-new-mobile { display: none; } .barchart { float: right; width: 75%; } @media...