$(document).ready(function(){
   $(".hovered .grid").mouseover(function(){ 
         $(this).find("span, a").addClass("overed")
     }).mouseout(function(){
     $(this).find("span, a").removeClass("overed")
   });

   $("#expo-right").mCustomScrollbar("vertical",  400, "easeOutCirc",1.05,"auto","yes","yes",10); 
  $("#expo-left").mCustomScrollbar("vertical",  400, "easeOutCirc",1.05,"auto","yes","yes",10); 
});

