@media only screen and (min-width:320px) and (max-width:360px){
    img{
        width:300px;!important;
    }
}
@media only screen and (min-width:361px) and (max-width:414px){
    img{
        width:350px;!important;
    }
}