#vis4Title {
	position: absolute;
	z-index: 2;

	width: 24vw;
	line-height: 3.5vw;
	left: 72vw;

	text-align: left;
	font-size: 3vw;
	line-height: 3.5vw;
}

#vis4Text {
	position: absolute;
	z-index: 2;

	top: 24vh;
	left: 72vw;
	width: 24vw;
}

#vis4Container {
	position: absolute;
	top: 0;
	left: 0;
	width: 70vw;
	height: 100vh;
}

#vis4Container video {
	width: 100%;
	height: 100%;
}