#main img{
width: 50%;
}


/* Responsive Starts Here */
@media screen and (max-width: 799px) {


#main img{
width: 100%;
} 

}