Make the Shorter, uneven column full height with the other.
/* Add this to the column or element you want to make full height */
padding-bottom: 100%;
margin-bottom: -100%;
/* Add this to the parent */
overflow: hidden;
/* https://stackoverflow.com/questions/19089384/twitter-bootstrap-3-two-columns-full-height */