/* =========================================================
   GENIUS MOVIES
   FEATURED MOBILE NO-JUMP V6
   ========================================================= */

@media(max-width:760px){

    /*
     * Normal stable height changes.
     */

    html.gm-featured-actions-v3
    .gm-featured-root-v3
    .dummy-v6-do-not-use{

        display:none;
    }


    html.gm-featured-actions-v3
    .gm-featured-root-v3.gm-featured-height-animate-v6{

        transition:
            min-height
            .24s
            cubic-bezier(.22,.61,.36,1)
            !important;

        will-change:
            min-height;
    }


    /*
     * During the hidden measurement phase,
     * absolutely no animation.
     */

    html.gm-featured-actions-v3
    .gm-featured-root-v3.gm-featured-height-measuring-v6{

        transition:
            none !important;
    }


    /*
     * Keep poster strip stable while hero height changes.
     */

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

        transition:
            transform
            .18s
            ease
            !important;

        scrollbar-width:
            none !important;

        -ms-overflow-style:
            none !important;
    }


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

        display:none !important;

        width:0 !important;

        height:0 !important;
    }


    /*
     * Do not animate individual cards vertically.
     */

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

        transition:
            border-color .18s ease,
            opacity .18s ease,
            transform .18s ease
            !important;
    }

}
