/* Mobile banner composition tuning for the Palms Bet Casino catalogue. */

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

    .slide:first-child::after {
        display: none;
    }

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

    .slide:first-child img {
        transform: none;
    }
}
