#map {
    height: 100%;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.container {
    width: 80vw;
    height: 80vh;
    overflow: hidden;
}

.carousel {
    width: 100%;
    height: 100%;
}

.carousel-inner {
    width: 100%;
    height: 100%;
}

.item {
    width: 100%;
    height: 100%;
}

.item img {
    width: 100% !important;
    height: 92% !important;
    object-fit: contain !important;
}

.leaflet-popup-content {
    font-size: 13px !important;
}

.close {
    margin-right: 5px;
    margin-top: 5px;
}
