html, body {
    background-color: #494949;
}
body {
	margin:0;
	padding:0;
}
.video-content{
	width: 100%;
	height: 100%;
	height: 100vh;
}
.video-content video{
	width: 100vw;
	height: 100%;
	height: 100vh;
	position:absolute;
	top:0
}