Note: In the HTML tests, no CSS styles are applied to the images — you just see the raw image files. To display fluid images on mobile (to prevent overflowing), you'd need to add the following CSS rules:
img {
max-width: 100%;
height: auto;
}