#mapid{
	/*width:1000px;
	height:800px;*/
	width: 728px;
	height: 560px;
}
#mapid .leaflet-pane.leaflet-map-pane{
	transform: none !important;
}
#mapid .leaflet-pane.leaflet-overlay-pane img{
	 -webkit-transform: translateY(10%) !important;
     -moz-transform: translateY(10%) !important;
      -ms-transform: translateY(10%) !important;
       -o-transform: translateY(10%) !important;
          transform: translateY(10%) !important;
	transform: translateY(10%) !important;
	width: 680px !important;
	height: auto !important;
}

.module-blockquote .col-sm-12.col-xl-8{
	text-align: center;
}
#mapid{
	display: inline-block;
}

.module-blockquote .leaflet-container{
	background: transparent !important;
}

@media (min-width: 768px) and (max-width: 1199px){
	.module-modal #mapid{
		width: 700px;
		height: 550px !important;
	}
	.module-modal #mapid .leaflet-pane{
		z-index: 0;
	}
	.module-modal #mapid .leaflet-image-layer.leaflet-zoom-animated{
		width: 800px;
		height: 500px !important;
		transform: none !important;
	}
	.module-modal #mapid .leaflet-pane.leaflet-map-pane,
	.module-modal #mapid .leaflet-pane.leaflet-overlay-pane img{
		transform: none !important;
		width: 680px !important;
		height: auto !important;

	}
	.module-modal #mapid .leaflet-pane.leaflet-overlay-pane img{
		padding-top: 40px;
	}
}
@media screen and (min-width: 1200px){
	
	.module-blockquote .quote{
		top: 0;
	}
}
