.google_maps_iframe{
    position: relative;
    padding-bottom: 0 !important;
}

.google_maps_iframe:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: var(--jumbotron-standard-margin);
    background: #fff;
}

.google_maps_iframe iframe{
	width: 100% !important;
	max-height: 75vh !important;
    display: block;
    position: relative;
    z-index: 15;
}

.google_maps_volledige_breedte .container{
	max-width: none;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.google_maps_iframe iframe{
    border-radius: 1.5rem;
}

@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;
	}
}