$(document).ready(function() {

$(".leftContainer").each(function(index) {
maxHeight = $(this).height();
});

$(".leftContainer").height(maxHeight);

});
