/* =========================================================
   GENIUS MOVIES
   MOBILE BROWSE HEADING UNIVERSAL FIX V7
   ========================================================= */

@media(max-width:760px){

    html.gm-mobile-heading-v7
    .gm-mobile-heading-row-v7{

        position:relative !important;

        top:auto !important;

        right:auto !important;

        bottom:auto !important;

        left:auto !important;

        height:auto !important;

        min-height:0 !important;

        max-height:none !important;

        overflow:visible !important;

        visibility:visible !important;

        opacity:1 !important;

        transform:none !important;

        box-sizing:border-box !important;

        z-index:2 !important;
    }


    html.gm-mobile-heading-v7
    .gm-mobile-heading-title-v7{

        position:relative !important;

        top:auto !important;

        bottom:auto !important;

        height:auto !important;

        min-height:0 !important;

        max-height:none !important;

        overflow:visible !important;

        visibility:visible !important;

        opacity:1 !important;

        transform:none !important;

        line-height:1.08 !important;

        padding-top:2px !important;

        padding-bottom:3px !important;

        box-sizing:border-box !important;
    }


    /*
     * Do not allow another old mobile rule
     * to clip the top of the title row.
     */

    html.gm-mobile-heading-v7
    main{

        overflow:visible !important;
    }

}
