/* Sticky banner adjustment */
#CH_stickybanner { position: sticky; top: 0; z-index: 1; cursor: pointer;}
#webplaywrapper sidebar.desktop { top: 140px; }
#webplaywrapper article.gameplay sidebar.gameoptions { top: 160px; }

/* Hide stickybanner when gameplay is active */
.gameplay #CH_stickybanner {
    display: none;
}

.fixed-top { top: 100px; position: fixed;}
@media screen and (min-width: 600px){
    .fixed-top { top: 70px;}
}
