html,
body {
    position: relative;
    overflow: hidden;
}

.rat-container {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

img {
    position: absolute;
    margin: 0 25px;
    height: 120px;
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}