/* CSS Document */

.VIDEO-CLASS-Projekt{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	}


/* Layout fÃ¼r Tablet-PCs*/

@media only screen and (min-width: 481px) {
	
	
}

/* Desktoplayout*/

@media only screen and (min-width: 1080px) {
	
	

	
}

@media only screen and (min-width: 1400px) {
	
	
}