.video-tunnel-popin{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;z-index:var(--z-index-dialog);-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:rgba(0,0,0,.85);bottom:0;-ms-flex-direction:column;flex-direction:column;left:0;right:0;top:0}.video-tunnel-popin__player-container{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-flex:1;-ms-flex:1;flex:1}.video-tunnel-popin__player{--margin-top-bottom:0px;aspect-ratio:9/16;background-color:#000;border-radius:8px;height:100%;height:calc(100% - var(--margin-top-bottom)*2);margin:0 auto;margin:var(--margin-top-bottom) auto;max-width:100vw;overflow:hidden}.video-tunnel-popin__player video{background-color:transparent!important}@media(min-width:880px){.video-tunnel-popin__player{--margin-top-bottom:64px}}