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