#mainImg {
    width: 50%;
}

@media only screen and (max-width: 800px) {
#mainImg {
            width: 80%;
        }
}