/* GM FRONTEND PERFORMANCE V1 */

/*
 * Offscreen cards do not need full layout/paint
 * until they approach the viewport.
 */
.movie-card,
.personalized-card,
.gtv-channel-card,
.live-tv-card,
.gm-home-live-card {
    content-visibility:auto;
    contain-intrinsic-size:auto 360px;
}

/*
 * Avoid image layout surprises.
 */
img {
    max-width:100%;
}

/*
 * Smooth horizontal lists on mobile without
 * unnecessary scrollbar painting.
 */
@media (max-width:768px) {
    .genre-bar,
    .filter-tabs {
        -webkit-overflow-scrolling:touch;
    }
}
