@charset "utf-8";

#quandi_contact{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;	
	margin-top:40px;
}
#quandi_contact * img{
	max-width:100%;
	clear:both;
	height:auto;
	overflow:hidden;
}
@media (max-width:480px){
	#quandi_contact * img{float:none!important;}
}

#quandi_map{
	display:block;
	overflow:hidden;
	margin:auto;
	width:100%;
	height:400px;	
	margin-top:40px;
}