body {
    background-color:#333;
}
#metaIframe {
    width: 100vw;
    height: 100vh;
    border: none;
    display: none;
}
#videoDiv {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0px;
}