#map {
	height: 300px;	
}

@media only screen and (max-width: 940px) {
	#map {
	height: 200px;	
}
}

@media only screen and (max-width: 600px) { 
	.image_text img {
	width: 200px;
	height: 200px;
	}
}