body { margin:0; padding:0; }
 
#map {
    top:0; 
    height: 600px !important;
}

#form {
    overflow: auto;
    padding: 10px;
}

@media only screen and (max-width: 991px) {
	#map {
    height: 375px !important;
	}
}