$(function() {
  height = $('#block-views-reviews-block_5').height() + 25 + $('#block-views-grown_up_books-block_2').height();
  offset = $('#node-54').position().top;
  margin = offset - height;
  $('#block-views-grown_up_books-block_2').css('margin-bottom', margin + 'px');
});
;

