/* =========================================================
   GENIUS MOVIES
   MOBILE FEATURED POSTER CONTAINMENT V5
   ========================================================= */

@media(max-width:760px){

    /*
     * The Featured root intentionally clips the
     * cinematic background, so we do NOT change its
     * overflow behavior.
     *
     * JavaScript enlarges its height enough to contain
     * every real poster card.
     */


    /* =====================================================
       POSTER STRIP
       ===================================================== */

    html.gm-featured-actions-v3
    .gm-featured-posters-v3{

        /*
         * Remove the visible native scrollbar seen on
         * some Android Chrome layouts.
         */

        scrollbar-width:none !important;

        -ms-overflow-style:none !important;

        overscroll-behavior-inline:
            contain !important;

        box-sizing:
            border-box !important;
    }


    html.gm-featured-actions-v3
    .gm-featured-posters-v3::-webkit-scrollbar{

        display:none !important;

        width:0 !important;

        height:0 !important;

        background:
            transparent !important;
    }


    /* =====================================================
       POSTER CARDS
       ===================================================== */

    html.gm-featured-actions-v3
    .gm-featured-posters-v3
    .gm-poster-choice{

        box-sizing:
            border-box !important;

        flex-shrink:
            0 !important;
    }


    html.gm-featured-actions-v3
    .gm-featured-posters-v3
    .gm-poster-choice img{

        display:block !important;

        max-width:100% !important;

        box-sizing:
            border-box !important;
    }

}
