$(function() {
    
   
    if ($(".full_members_preview").is(":visible")) {
            $(".be_the_first").hide();
	    $(".be_the_first2").hide();
	    $(".be_the_first3").hide();
    }
    
    
    

    
    
    
    
});