img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 575px){
img {
    width: 100%;
    height: auto;
}
}