Solved the issue of the images not aligning by changing the body .site padding from 40px 2.85714286rem to 20px 1.42857143rem as follows:
/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
body {
background-color: #e6e6e6;
}
body .site {
padding: 0 20px;
padding: 0 1.42857143rem;
}
Still working on front page columns.