.video-player {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.video-player video {
	width: 100%;
	height: 100%;
	background: #222;
}