What is happening is that your image (example the cute baby foxes) is in a
container which has an inline style attached to it like this: style=”width: 610px”
The inline style part is causing a conflict with the theme’s responsiveness, so the solution is to simply open the post up in your editor, switch to the text tab, and delete this part:
style=”width: 610px”