$(window).load(function() {
	$('.ads-fade').each(function() {
		$(this).find('.img-first').each(function() {
			var h = $(this).height();
     // alert(h);
			$(this).parent().parent().parent().css('height', h);
			//$(this).parent().parent().parent().css('margin-top', '10px');
		});
	});
});
