.VideoParent {
	overflow:hidden;
	position:absolute; 
	height:100%; 
	width:100%; 
	top:0px; 
	left:0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.VideoPlayer{
	position: absolute;
	overflow:hidden;
	top:50%;
	left:50%;
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto;
	z-index: -1000;  
	transform:translateX(-50%) translateY(-50%);
}
