http://codepen.io/orangespire/pen/JXLXQa
Basically what I want is to get rid of the thumbnail whitespace on the left and right side of the image. I know that I could make the
img {
width: 100%;
}
to get rid of that, but that would just make the image larger. Any suggestions?