html {
    font-size : 10px;
}
.map-img li img{height:75px;}

@media screen  and (min-width:361px ) and (max-width: 400px){
    html {
        font-size: 10px !important;
    }
}
@media only screen and (min-width: 401px) and (max-width:480px){
    html {
        font-size:12.4px !important;
    }
}
@media only screen and (min-width: 481px) and (max-width: 640px){
    html {
        font-size: 12.8px !important;
    }
}
@media only screen and (min-width:640px) and (max-width:768px){
    html {
        font-size:14.28px !important;
    }
}
@media only screen and (min-width: 769px) and (max-width:960px){
    html {
        font-size:15px !important;
    }
}
@media only screen and (min-width:961px) and (max-width: 1024px){
    html {
        font-size:17.14px !important;
    }
}
@media only screen and (min-width:1024px){
    html {
        font-size:12.4px !important;
    }
}
