.leaflet-container {
     overflow: hidden;
    -ms-touch-action: none;
}

body { 
  margin:0; 
}
#leafletMap { 
  position:relative; bottom:0; width:100%;height:100%; 
}

.leaflet-overlay-pane path,
.leaflet-marker-icon {
  cursor: pointer;
}

.popup-video {
  width:250px;
  height:200px;
  z-index:9999;
}

.ui-dialog {
  z-index:9999;
}

