body {
  background-color: #F3F3F3;

  /* leave it to hide the scrollbars */
  overflow: hidden;
  width: 100%;
  height: 100%;
}

video {
	position: absolute;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}

img {
	position: absolute;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	max-width: 100vh;

}

button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 140px;
	height: 35px;
	font-size: 12pt;
	color: #FFFFFF;
	background: #2e2d2d;
	border: solid #2e2d2d;
}
