@media screen and (max-width: 767px) {
    img{
        width: 80%;
    }
}