I'm trying to get a two-column layout to work with a column of photos on the left and a column of text on the right. I finally got it working but for some reason, it adds the following code and sizes all my photos up to 98% of the column width (which means they're way bigger than intended).
.columns img {
width: 98%;
}
I'm not sure how to over-ride it. Any suggestions?
Sample here: http://velocitybranding.com/springers/events/
(the blue female silhouette is supposed to be 165px wide)