#map {
	height: 100%;
	width: 100%;
}
@media screen and (max-width:991px){
	#map {
		min-height: 350px;
		height: 100%;
		width: 100%;
	}
}
