html,
body,
#container {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body {
    padding-top: 50px;
}

.mapillary-js {
    position: absolute;
    height: 95.5%;
    width: 60%;
}

#map {
    /*height: 50%;*/
    position: absolute;
    right: 0;
    height: 95.5%;
    width: 40%;
}

.navbar.navbar-brand {
    font-weight: bold;
    font-size: 25px;
    color: #FFFFFF;
}

.modal-title {
    text-align: center;
}

.logo {
    text-align: center;
}

.mapboxgl-map {
    font: 11px/16px 'HelveticaNeue', Arial, Helvetica, sans-serif;
}

@media (max-width: 992px) {
    .navbar.navbar-brand {
        font-size: 18px;
    }
    #container {
        display: flex;
        flex-direction: column-reverse;
    }
    .mapillary-js {
        position: relative;
        width: auto;
        height: 50%;
    }

    #map {
        position: relative;
        width: auto;
        height: 50%;
        right: auto;
    }
}