.bgvideo {
	position:fixed;
	left:50%;
	top:50%;	
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index:-9999;

}

/*.bgvideo {
	position:fixed;
	left:0;
	top:0;
	min-width:100%;
	min-height:100%;
	width:auto;
	height:95%;
	z-index:-9999;
	pointer-events: none;
}*/