body, html {
	margin: 0;	
	padding: 0;
}

video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	width: 100%;
	z-index: 1;
}