#MobileMenu{background:#000;bottom:0;display:flex;flex-flow:column;height:100vh;height:var(--doc-height);overflow:scroll;padding:90px 10px 10px;position:fixed;top:0;transform:translate(100%);transition:.2s;width:100%;z-index:4}#MobileMenu.playerIsActive{max-height:calc(var(--doc-height) - 100px)}@media(min-width:1920px){#MobileMenu{display:none}}#MobileMenu>*{margin-bottom:10px}#MobileMenu>:last-child{margin-bottom:0}#MobileMenu select{color:#bcc7d4;font-size:12px;padding:10px 22px 10px 10px;width:100%}#MobileMenu.active{transform:translate(0)}
