img {
    width: 25vw;
}

@media only screen and (max-width: 768px) {
    img {
        width: 90vw;
    }
}