body {
	display:flex;
	align-items: center;
	justify-content: center;
	background-color: #151515;
	height: 100vh;
	overflow: hidden;
}

video {
	max-height: 100%;
	max-width: 100%;
}