@media(max-width:750px){
    img {
        background-size: contain;
        width: 90%;
        height: auto;
        margin: 0 auto;
        display: block;
    }
}