div {
	position: absolute;
	width: 75%;
   	top: 50%;
   	left: 50%;
   	transform: translate(-50%, -50%);
}

video{
	width:100%;
}

.video-js{
	width: 100% !important;
	height: 100% !important;
}