body {

	margin: 0;
	padding: 0;
	background: #000;
	overflow: hidden;

}

video {

	position: absolute;
	top: 50vh;
	left: 50%;
	max-height: 50vh;
	min-height: 50vh;
	max-width: 50%;

}

#vp1 { transform: translate(-100%, -100%); }
#vp2 { transform: translate(0, -100%); }
#vp3 { transform: translate(-100%, 0); }
