#cluster-map {
    width: 100%;
    height: 350px;
    margin-bottom: 1rem;
}

#map {
    width: 100%;
    height: 300px;
}


@media (max-width: 500px) {

    .navbar-brand {
    font-size: 1rem;
    }

    #cluster-map {
        width: 100%;
        height: 300px;
    }
} 

/* #btn-success {
    width: 3rem;
    word-wrap: normal;
} */
