Image is not displayed on mobile devices vertical screen

If you want to get something like this:

you should change the margin of the #img-div element to smaller value (at the moment the margin is 250px, and when you make a smaller screen size, the image disappear because of margin’s value - the content is invisible in portrait orientation).

However, if you want to change the image size for a particular screen size, do it by using media query in your css file.