body {
	margin: 0;
	padding: 0;
	background: #fff;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.container {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

video {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	cursor: pointer;
	display: none;
}