.row.flicker .flicker-container img.wait_image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: calc(80% - 70px);
    object-fit: contain;
}

@media only screen and (max-width: 900px) {
    .row.flicker .flicker-container img.wait_image {
        width: 100%;
        max-height: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .row.flicker .image_layer {
        opacity: 0;
        animation: none;
    }
}
