.google_maps iframe{
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	height: 700px;
	margin-bottom: -136px !important;
}

@media (max-width:767px)
{		
	.google_maps iframe{
		height: 300px;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.google_maps iframe{
		height: 450px;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.google_maps iframe{
		height: 450px;
	}
}