.img1{
    width:1200px;
    height:150px;
}

@media(max-width:750px){
    .img1{
        width:100%;
    }
}