.google_maps_iframe iframe{
	width: 100% !important;
	max-height: 75vh !important;
    display: block;
}

.google_maps_volledige_breedte .container{
	max-width: none;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

@media (max-width:767px)
{		
	.google_maps_iframe iframe{
		max-height: 50vh !important;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.google_maps_iframe iframe{
		max-height: 50vh !important;
	}
}