#bigmap {
    width: 95%;
    height: calc(100vh - 90px);
    min-height: 500px;
}

.popupCustom .leaflet-popup-tip,
.popupCustom .leaflet-popup-content-wrapper {
    background: #2c3e50;
    color: #eee;
    font-size: 14px;
    line-height: 24px;
    border-radius: 0px;
}

