#container-box{
    /*width: 200%;*/
    width: 100%;
    overflow-x: scroll;
    position: relative;
    margin-right: 20px;
}
.map-box{
    /*width: 33.333%;*/
    width: 70%;
}
.charts-container{
    /*width: 33.333%;*/
    width: 60%;
    position: absolute;
    top: 0;
    right: -30%;
}