
body {
	margin: 0;
	padding: 0;
	background-color: black;
	color: white;
}

.container {
	width: 100%;
    padding-top: 177.7777777777778%;
    height: 0px;
    position: relative;
    background: transparent url("/fallback-1080x1920.jpg") no-repeat;
    background-size: contain;
}

.container video {
    
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

