.gmpInfoWindowtitle {
	font-size: 19px;
	font-weight: bold !important;
	color: brown;
	margin: 0 0 5px 6px;
	padding: 5px 0;
	position: relative; 
	left: -6px;
}
.gmpMapDetailsContainer {
	position: relative;
}
.gmpMapDetailsContainer > i.fa {
	position: absolute;
	top: 45%;
	left: 50%;
	font-size: 30px;
	z-index: 999;
}
.gmp_MapPreview img { 
	max-width: none !important; 
}
.map_container img{
	max-width: inherit !important;
}
.map-preview-img-container {
	cursor: pointer;
}
.gmp_map_opts.display_as_popup {
	display:none;
}
/* Fix for prevent applying of third party styles to google map infowindows */
.gmp_map_opts .gm-style-iw>div:first-child {
	overflow: auto !important;
}
.gmp_map_opts img, .gmp_map_opts img {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}