cjestley
Hi
You added a fix width and height in module
<p><img style="display: block; margin: 10px auto 10px auto;" src="/images/sidelogo2.jpg" width="738" height="323"></p>
You should use 100% width to get it responsive
<p><img style="display: block;margin: 10px auto 10px auto;max-width: 100%;" src="/images/sidelogo2.jpg"></p>
Regards