$(window).load(function() {
  if ( $("#themeContainer").height() < 500 ) {
    $("#ctaContainer").css('top', Math.ceil(($("#themeContainer").height() - 200)/2) + 'px');
  }
});
