Here's my solution for the "larger image" problem:
responsive.css line 4 change
Code:
img{max-width:100%;height:auto;border:0;}
to
Code:
img{height:auto;border:0;}
Add
Code:
img{max-width:100%;}
to the bottom of the
Code:
@media (min-width:768px) and (max-width:979px){
section (around line 263).
Bookmarks