#map {
	width: 100%;
}
@media only screen and (min-width : 768px) {
	.map {
		min-height: 400px;
	}
}
@media only screen and (max-width : 767px) {
	.map-xs {
		min-height: 200px;
	}
}