Hi,
In style.css i added
img {
max-width:100%;
height:300px;
vertical-align:top;
}
Even though i have hardcoded 300px it looks perfectly fine on mobiles.You can add media queries if you want to reduce/increase the height of images based on screen resolution.
for img you can prefix with .figure if you need to.
Regards,
Pavan