/* =========================================================
   LIVE TV MAIN MOBILE - ZERO ARTIFICIAL TOP GAP
   Only /live-tv receives the root class.
   ========================================================= */

@media(max-width:760px){

    html.gm-live-main-zero-gap-v5,
    html.gm-live-main-zero-gap-v5 body{

        overflow-x:hidden !important;
    }


    html.gm-live-main-zero-gap-v5
    main{

        position:relative !important;

        top:auto !important;

        transform:none !important;

        padding-top:0 !important;

        min-height:0 !important;
    }


    /*
     * Notice remains useful, but without large
     * artificial spacing around it.
     */

    html.gm-live-main-zero-gap-v5
    #gm-live-tv-page-notice,

    html.gm-live-main-zero-gap-v5
    .gm-live-tv-page-notice{

        position:relative !important;

        inset:auto !important;

        transform:none !important;

        margin-top:8px !important;

        margin-bottom:12px !important;
    }


    html.gm-live-main-zero-gap-v5
    #gm-live-page-info,

    html.gm-live-main-zero-gap-v5
    .gm-live-page-info{

        margin-top:8px !important;

        margin-bottom:12px !important;
    }

}
