@charset "utf-8";
body {
    margin: 0;
    padding: 0;
}
.video {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%}
    
    .video iframe {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        background-color:#000;
        }

