html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.leaflet-control-opacity-slider {
    background-color: white; /* Add a white background color */
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Add a subtle box shadow */
    margin-bottom: 10px; /* Add some space at the bottom */
}

#markers_popup_photos {
  max-width: 30vw;
  max-height: 30vh;
}

