.video-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 500px;
	height: 500px;
	background-color: red;
	overflow: hidden;
}
.video-container video {
	object-fit: cover;
	width:100%;
	height:100%;
}
	
Can I use