body {
	overflow: hidden;
	background: #000000;
}

video#video_1 {
	position: fixed; right: 0; bottom: 0;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto; z-index: -100;
}

#text {
	font-family: "Roboto";
	font-weight: 100;
	
	color: #FFF;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	width: 100%;
	height: 200px;
	left: 0;
	top: 40%;
}

h2 {
	font-size: 12pt;
}

#button_imprint {
	position: absolute;
	bottom: 0;
	right: 0;
}
