jQuery(function($) {
  $('.brand img').each(function(i) {
      $(this).css('opacity', 0.7);
      $(this).approach({'opacity': 1}, 200);
  });
});
