#map-stats {
    position: relative;
    padding: 28% 0;
    background: #000;
    text-align: center;
}

#map-stats .right-overlay {
    background: #000;
    height: 100%;
    width: 30%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;
    opacity: 0.7;
}

#map-stats .info-wrapper {
    height: 100%;
    width: 30%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
}

#map-stats .stats {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    z-index: 10;
    height: 100%;
}

#map-stats .stats .info i {
    font-size: 30px;
    color: #bcbcbc;
}

#map-stats .stats .info h4 {
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 10px;
    color: #bcbcbc;
}

#map-stats .stats .info h1 {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
    color: #fff;
}

#map-stats .stats .info {
    padding: 20px 60px;
}

@media (max-width: 991px) {
    #map-stats .right-overlay {
        height: 35%;
        width: 100%;
    }

    #map-stats .info-wrapper {
        height: 30%;
        width: 100%;
    }

    #map-stats .stats {
        flex-direction: row;
    }

    #map-stats .stats .info {
        padding: 0;
        width: 20%;
    }
}

@media (max-width: 480px) {
    #map-stats .stats .info i {
        font-size: 20px;
    }

    #map-stats .stats .info h4 {
        font-size: 15px;
    }

    #map-stats .stats .info h1 {
        font-size: 32px;
    }
}

#map-stats-container .mapboxgl-ctrl-bottom-right{
    position: absolute;
    left: 10px;
    bottom: 5px;
}
