/* Sticky banner adjustment */
#CH_stickybanner { position: sticky; top: 0; z-index: 1; }
#webplaywrapper sidebar.desktop { top: 140px; }
#webplaywrapper article.gameplay sidebar.gameoptions { top: 160px; }

/* Hide stickybanner when gameplay is active */
.gameplay #CH_stickybanner {
    display: none;
}

/*.header{*/
/*    position: fixed;*/
/*    top: 70px;*/
/*}*/
/*@media screen and (max-width: 640px) {*/
/*    .header{*/
/*        top: 100px;*/
/*    }*/
/*}*/


body header.header{top: 100px;}
@media screen and (min-width: 569px) {
    body header.header{top: 70px;}
}

@media screen and (min-width: 1023px) and (max-width:1200px) {
    body .carousal .slick-track{padding-top: 0;}
}


