.clusterIconContainer {
    position: relative;
    width: 6em;
    height: 6em;
}

.leaflet-container div.leaflet-pane div.leaflet-pane.leaflet-marker-pane div.clusterIconContainer > img.clusterIcon {
    border: 4px solid black;
    max-height: 100% !important;
    max-width: 100% !important;
}

.leaflet-div-icon {
    background: none;
    border: none;
}

.clusterIconCount {
    position: absolute;
    top: -15px;
    right: -15px;
    font-weight: bolder;
    font-size: large;
    color: white;
    background-color: black;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}

#fullScreenGalleryContainer {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2100;
    background-color: black;
    position: fixed;
}

#fullScreenGalleryContainer .slide {
    height: 100%;
}

#fullScreenGalleryContainer .carousel-inner {
    height: 100%;
    z-index: -1;
}

#fullScreenGalleryContainer .item {
    height: 100%;
}

#fullScreenGalleryContainer .imagecontainer {
    height: 100%;
    display: flex; 
    align-items: center; 
    justify-content: center;
}

#fullScreenGalleryContainer .imagecontainer img {
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.closeGallery {
  position: absolute;
  top: 5px;
  right: 5px;
  color: white;
  font-size: 2em;
  opacity: 0.6;
  z-index: 2;
  cursor: pointer;
  text-decoration: none;
  -webkit-text-stroke: 1px black;
}

.closeGallery:hover {
  opacity: 1.0;
  text-decoration: none;
}