#wrapper {
	background-image: url(../bilder/gallerie_hi.png);
}
h2 {
	display: block;
}

iframe {
	height: 40vh;
	width: 100%;
}

.flexchild {
	margin-bottom: 20px;
}



@media (min-width:32.5em) and (max-width: 49.938em) {
		#wrapper {
		background-image: url(../bilder/gallerie_lo.png);
}

@media (max-width: 49.938em) {	
		#wrapper {
		background-image: url(../bilder/gallerie_lo.png);
}

@media (min-width: 32.5em) and (max-width: 38.688em) {
		#wrapper {
		background-image: url(../bilder/gallerie_lo.png);
}

@media (max-width: 32.438em) {
		#wrapper {
			background-image: url(../bilder/gallerie_lo.png);
}