/* plugin specific css */
.map-base-element {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.map-base-element.offset-left > div:first-child {
    min-width: min(1080px, 280%);
}
.map-base-element.offset-right > div:first-child {
    left: unset !important;
    right: 0;
    min-width: min(1080px, 280%);
}