body{
    height: 100%;
    width:100%;
    overflow: hidden;
}

div.mapContainer{
    display: flex;
    flex-direction: row;
    flex-grow: 1;

    /*height: 100%;*/
    height: calc(100% - var(--nav-height));
    /*height: min-content;*/
    width: 100%;

    position: relative;
}

div.map{
    width: 100%;
    /*height: calc(100% - 75px);*/
    height: 100%;
}

/*REMOVE view on google maps link in popup*/
#map div.poi-info-window .view-link {
    display:none;
}


/*REMOVE view on google maps link in popup*/
#map div.poi-info-window .view-link {
    display:none;
}
