
section.m28_location .m28_shortcode_map_container {
	max-width: none;
	width: 100%;
	display: inline-block;
	
	mask-image: linear-gradient(
		to top, 
		transparent 0%, 
		var(--overlay_color) 40%
	);
}

section.m28_location .wpgmza_infowindow_description {
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
}

@media screen and (min-width: 1200px) {
	section.m28_location {
		padding-bottom: 0;
	}
	
	section.m28_location.overhanging_bottom .m28_location_main {
		margin-bottom: -65px;
	}
}

@media screen and (min-width: 1921px) {
	section.m28_location .wpgmza_map {
		height: 720px !important;
	}
}

@media screen and (min-width: 2200px) {
	section.m28_location .wpgmza_map {
		height: 770px !important;
	}
}

@media screen and (max-width: 1399px) {
	section.m28_location .wpgmza_map {
		height: 570px !important;
	}
}

@media screen and (max-width: 991px) {
	section.m28_location .wpgmza_map {
		height: 520px !important;
	}
}

@media screen and (max-width: 767px) {
	section.m28_location .wpgmza_map {
		height: 470px !important;
	}
}

@media screen and (max-width: 575px) {
	section.m28_location .wpgmza_map {
		height: 420px !important;
	}
}

@media screen and (max-width: 399px) {
	section.m28_location .wpgmza_map {
		height: 370px !important;
	}
}