video {
	position: absolute;
	z-index: -100;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	background:#000;
}
@media (min-width:768px) {
	video {
		width:100%;
		height:auto;
	}
}
