#cruise-map {
    position: relative;
	height: 540px;
    width: 100%;
    border: 30px solid white;
    box-shadow: 0px 1px rgba(0, 0, 0, 0.2);
}
.leaflet-bottom, .leaflet-top {
	z-index: 0 !important;
}
.leaflet-popup-content {
	overflow: hidden;
}
