@charset "UTF-8";
/* CSS Document */


#video_background {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background: url(images/JonasTroeger04) no-repeat;
	background-size: cover;
}




@media screen and (max-device-width: 800px) {
body { background: url(images/JonasTroeger04) #000 no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover; }
#video_background { display: none; }
}


