/* Mobile banner composition tuning for the Marakumi Casinos catalogue. */

@media (max-width: 780px) {
    .ticker.mobile-only {
        display: grid;
    }

    .slide:first-child::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        width: 35%;
        background: url("../images/slide-06.webp") right center / auto 100% no-repeat;
        pointer-events: none;
    }

    .slide:first-child {
        position: relative;
    }

    .slide:first-child img {
        position: relative;
        z-index: 0;
        transform: scaleX(.78);
        transform-origin: left center;
    }
}
