@charset "utf-8";
/* CSS Document */
body {
            overflow-x: hidden;
			background-color: #000000
        }
	
        .video-container {
            width: 100vw;
            height: 90vh;

            position: relative;
        }



        iframe {
            position: absolute;
			align-content:center;			
            top: -10%;
			left: 5%;
            width: 90vw;
            height: 117vh;
        }
    
