.gmap {
	width: 100%;
	height: 600px;
	margin: 20px 0 0 0;
}

.gmap-info-window div {
	text-align: center;
	padding: 5px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 7px 1px rgba(0,0,0,0.3);
	width: 100%;
	margin-left: calc( -50% - 5px);
}

.gmap-info-window div:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: calc( -50% - 9px);
	border: 8px solid transparent;
	border-top: 8px solid #fff;
}

.gmap-info-window img {
	display: none !important;
}

.gmap-info-window-bottom div {
	text-align: center;
	padding: 5px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 7px 1px rgba(0,0,0,0.3);
	width: 100%;
	margin-left: calc( -50% - 5px);
}

.gmap-info-window-bottom div:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: calc( -50% - 9px);
	border: 8px solid transparent;
	border-bottom: 8px solid #fff;
}

.gmap-info-window-bottom img {
	display: none !important;
}

.gm-style-pbt {text-align: center;}
