section.map-display {
	background-color: white;
}

section.map-display .c {
}
section.map-display #map {
	height: 380px;
	width: 100%;
}
section.map-display.large #map {
height:100vh
}
section.map-display .map-popup-outer {
	width: 300px;
}
section.map-display .map-title {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 0;
}

section.map-display .map-image {
	height: 100%;
	object-fit: cover;
	width: 140px;
	position: absolute; /* border-radius: 50%; */
	left: -120px;
	top: 0;
-webkit-border-top-left-radius: 12px;
-webkit-border-bottom-left-radius: 12px;
-moz-border-radius-topleft: 12px;
-moz-border-radius-bottomleft: 12px;
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;
}

section.map-display .map-price {
	display: inline-block;
	font-size: 12px;
	margin-left: 4px;
}

section.map-display .map-box {
	/* position: relative; */ /* overflow: hidden; */ /* border-radius: 8px; */ /* height: 110px; */ /* margin-bottom: 8px; */
	padding: 15px 10px 15px 35px;
}

.map-box {
}

section.map-display .map-description {
	padding: 8px 0;
}

section.map-display .map-button {
	/* position: absolute; */ /* text-align: center; */
}
section.map-display .map-button .btn {
	padding: 0 17px;
	line-height: 30px;
	color: white !important;
	font-size: 17px;
	background: var(--color2);
}



/* [m] */
@media all and (max-width: 992px) {


	section.map-display #map {

	height: 300px;
	}


}

