$(document).ready(function() {
  var fimatch = $('#left-col').height() + 40;
  $('#featureImage').css('height', fimatch);
});
