@charset "utf-8";

.floormap {
	margin: 40px 0;
}
.floormap figure {
	margin: 0 0 20px 0;
	z-index: 1;
}
.floormap figure img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

/* zoom map start */
.leaflet-left {
	left: 0;
}

.leaflet-top {
	top: auto;
	bottom: 15px;
}

.leaflet-container {
	background: #fff;
}

/* zoom map end */


/*===============================================
= Less than 999px 
= for Smart Phone and Tablet
===============================================*/
@media screen and (max-width: 999px) {}

/*===============================================
= 642 to 999px 
= for Tablet
===============================================*/
@media screen and (min-width: 642px) and (max-width: 999px) {}