#overtext {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 11pt;
    width: 100vw;
    height: 90vh;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.leaflet-attribution-flag {
    display: none !important
}

.leaflet-bar {
    border: 0 !important
}

.leaflet-control-attribution a {
    font-size: 9pt !important;
    margin: 0 !important
}

#overlay {
    position: fixed;
    display: none;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: env(safe-area-inset-top) env(safe-area-inset-right) 0 env(safe-area-inset-left);
    background-color: rgba(0, 0, 0, .85);
    z-index: 9999;
    cursor: pointer;
    text-align: center
}

.leaflet-safari .leaflet-tile-container {
    width: 100%;
    min-width: 100%;
    display: block
}

.map {
    margin: 0 auto;
    height: 650px
}

.mapbig {
    height: 60vh
}

.card_overlay {
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 5px;
    z-index: 99
}
