html, body {
	width: 100%;
	height: 100%;
  margin: 0px;
  padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
  background-color: #000;
}

video {
  max-width: 100vw !important;
  max-height: 100vh !important;
}