@charset "UTF-8";

#map {
    width:100%;
	height:700px;
}
@media screen and (max-width: 520px) {

#map {
	width:100%;
	height:400px;
}

}