html.noscroll{overflow:hidden}.WorkshopPlayer{background:var(--gray-darker);bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:900}.WorkshopPlayer.open{display:flex!important;flex-direction:column}.WorkshopHeader{font-size:var(--font-sm);height:30px;line-height:30px;padding:0 var(--spacing-sm);text-align:left;width:100%}.WorkshopHeader .uiControl{display:none}.WorkshopHeader a{margin-right:var(--spacing-xs);text-decoration:none}.WorkshopHeader .active{color:#fff;font-weight:600}.WorkshopHeader .close{float:right}.WorkshopBody,.WorkshopVideo{background:#000;display:flex;flex-direction:column;flex-grow:1;justify-content:center}.WorkshopVideo{position:relative}.WorkshopVideo iframe{height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}.WorkshopChat{flex:1}.WorkshopPlayer.showChat .WorkshopVideo,.WorkshopPlayer.showVideo .WorkshopChat{display:none}.WorkshopPlayer.showChat .WorkshopChat{max-width:100%}@media only screen and (min-width:1024px){.WorkshopBody{flex-direction:row}.WorkshopVideo{flex:3}.WorkshopChat{max-width:400px}}