I will mark this as resolved myself….
I added height: auto; to the Css below in the Style.css and it has fixed the images throughout the home page and other pages when being viewed on other devices.
img, object, embed {
max-width: 100%;
vertical-align: top;
height: auto;
}
Thanks,