@charset "UTF-8";

.zpmg-map
{
	position: relative;
	display: block;
	height: 500px;
}

.zpmg-map .zpmg-map-inner
{
	position: relative;
	display: block;
	height: 500px;
}

@media screen and (max-width: 550px) {
	.zpmg-map {
		height: 360px;
	}

	.zpmg-map .zpmg-map-inner {
		height: 360px;
	}
}
