/*GBU Map (Mapbox)*/
#map {
    position: relative;
/*    width: 72rem;*/
/*    height: 45rem;*/
    width: 100%;
    height: 100vh;
    cursor: default;
}

#search {
    z-index: 99;
}

#search input {
    font-size: 1.2rem;
}

#tree-map {
    position: relative;
    width: 100%;
    height: 100%;
}