body {
    background-color: black;
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
	height: 100%;
    position: fixed; 
    overflow: hidden;
}

#container {
	margin: 0px auto;
	width: 100%;
	height: 100%;
}

video {
	object-fit: contain;
}

#videoElement {
	width: 100%;
	height: 100%;
}