.map_responsive	{
	width: 100%;
	height: 445px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) 
{
	.map_responsive	{
	width: 100%;
	height: 345px;
	} 
}
	
@media only screen and (min-width: 480px) and (max-width: 767px) 
{
	.map_responsive	{
	width: 100%;
	height: 480px;
	}
}

@media (max-width: 479px) 
{
	.map_responsive	{
	width: 100%;
	height: 300px;
	}
}