#map
{
	position:relative;
	width:100% !important;
	height:600px !important;
	background-color:#e7eaf0;
	border-radius: 12px;
}
@media only screen and (min-width: 768px) 
{
#map
{
	height:500px !important
}
}
@media only screen and (min-width: 1170px) 
{
#map
{
	height:500px !important
}
}