.gm-style-iw {
	width: 290px !important;
	top: 15px !important;
	left: 0 !important;
	right: 0;
	margin: auto;
	border-radius: 0;
	overflow: visible !important;
}
.gm-style-iw > div {
	min-height: 350px;
	overflow: hidden !important;
}
.infowindow {
	position: relative;
}
.infowindow .inner {
	border: 1px solid #000;
	box-sizing: border-box;
	width: 290px;
	position: relative;
	z-index: 2;
}

.infowindow .area {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background-color: #df0024;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	padding: 5px 20px;
}
.infowindow .thumb {
	position: relative;
	overflow: hidden;
}
.infowindow .thumb::after {
	content: "";
	padding-top: 72.5%;
	display: block;
}
.infowindow .thumb img {
	position: absolute;
	top: -100%;
	left: -100%;
	bottom: -100%;
	right: -100%;
	margin: auto;
	width: 100%;
	height: auto;
}
.infowindow .body {
	padding: 15px;
	background-color: #fff;
}

.infowindow .title {
	font-size: 13px;
	font-weight: bold;
}

.infowindow .text {
	font-size: 12px;
}
.closebtn {
	position: absolute;
	top: 16px !important;
	right: 26px !important;
	width: 60px !important;
	height: 60px !important;
	background: url(../img/icon_close.png) 100% 0 no-repeat;
	opacity: 1 !important;
}

.closebtn:hover {
	opacity: 0.6 !important;
}

.closebtn img {
	display: none;
}