jQuery(function($) {
  // Initialize tooltips for desktop browsers.
  if (screen.width > 480) {
    $('a[rel="twipsy"]').twipsy({
      offset: 5,
      placement: 'left'
    });
  }
});

