@media (max-width: 720px){
    /* ===== begin font classes ===== */
    .big-font {
        font-size: 4.5vw;
    }

    .large-font {
    font-size: 24px;
    }

    .small-font {
        font-size: 12px;
    }

    .tiny-font {
        font-size: 7px;
    }


    /* ===== begin modified mapbox control ===== */
    .mapboxgl-ctrl-top-left {
        top: 50px;
        left: 0;
    }

    /* ===== begin map ===== */
    #map {
        position: absolute;
        top: 0;
        bottom: 50%;
        width: 100%;
        z-index: -1;
    }

    /* ===== begin navbar slider ===== */
    .slider {
        height: 4px;
    }

    .slidecontainer {
        width: 100%;
        position: absolute;
        bottom: 50%;
        padding: 0;
        opacity: 0;
    }

    .range-wrapper{
        width: 100%;
    }

    /* ===== begin sidebar ===== */

    .sidebar {
        z-index: 1;
        position: absolute;
        background-color: var(--background-color);
        width: 100%;
        font-size: medium;
        right: 0;
        padding: 0;
        height: 50%;
        bottom: 0;
        overflow: revert;
    }
        #mode-container {
        display: none;
    }

        .svg-icon {
    width: 12vw;
    height: 12vw;
    margin-top: 2vw;
    display: block;
    }

    #mode-container-responsive {
        display: block;
        width: 100%;
        margin: 2.5% 0 2.5% 0;
    }

    .mode-infotext {
        line-height: 1.5;
        padding-top: 4px;
    }

    .mode-button {
        border-left: 1px solid var(--grey-color);
        padding: 8px;
    }

    .playbutton {
    width: 25px;
    height: 25px;
    }

    #projected-value {
    padding: 0 3px 2px 3px;
}

    #month {
        padding: 0 3px 2px 0;
    }

    .kpi-container {
        margin: 0 0 4vw 0;
    }

    /* ===== begin sources ===== */
.sources-box{
    bottom: 0;
    right: 0;
    margin: 0;
    position: relative;
    z-index: 2;
    color: var(--grey-color);
    padding: 0;
}

.sources {
    text-decoration: none;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}
}
