(function($){
"use strict";
$('.bt_bb_card_image').hover(function(){
$(this).find('.bt_bb_card_image_arrow').animate({
height: "toggle",
opacity: "toggle"
}, 300);
});
})(jQuery);