body{
	margin: 0px;
}

.VIDEO{
	position: fixed;
	top: 0px;
	left: 0px;

	background-color: black;

	width: 100vw;
	height: 100vh;
}

.DISPLAY{
	position: fixed;
	top: 0px;
	left: 0px;

	background-color: transparent;

	width: 100vw;
	height: 100vh;
}