/* =========================================================
   GENIUS MOVIES
   LIVE TV MAIN MOBILE TOP GAP V2
   ========================================================= */


/*
 * Only /live-tv receives the class below.
 * Watch/player page is NOT affected.
 */

@media(max-width:760px){

    html.gm-live-main-tight-v2,
    html.gm-live-main-tight-v2 body{

        overflow-x:hidden !important;
    }


    /*
     * Dynamically detected Live TV main wrapper.
     */

    html.gm-live-main-tight-v2
    .gm-live-main-layout-root{

        position:relative !important;

        top:auto !important;

        bottom:auto !important;

        left:auto !important;

        right:auto !important;

        transform:none !important;

        box-sizing:border-box !important;
    }


    /*
     * Do not allow an old minimum-height/padding spacer
     * before the actual Live TV page contents.
     */

    html.gm-live-main-tight-v2
    .gm-live-main-layout-root
    > :first-child{

        margin-top:0 !important;
    }


    /*
     * Main notice is already intentionally in normal flow.
     * Keep its own useful spacing compact.
     */

    html.gm-live-main-tight-v2
    #gm-live-tv-page-notice,

    html.gm-live-main-tight-v2
    .gm-live-tv-page-notice{

        position:relative !important;

        top:auto !important;

        right:auto !important;

        bottom:auto !important;

        left:auto !important;

        transform:none !important;

        margin-top:10px !important;

        margin-bottom:14px !important;
    }

}
