.gd-map-location-map {
	width: 100%;
	min-height: 100vh;
	border-radius: 0;
	overflow: hidden;
	background: #f3f3f3;
}

.leaflet-container {
	width: 100%;
	height: 100%;
	min-height: 100vh;
}

.leaflet-popup-content {
	min-width: 180px;
}

.gd-map-fullscreen-wrap {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}