#main_facebook { width: 48%; float: left; }

@media screen and (max-width: 880px) {
    
    #main_facebook { width: 100%; float: none; }
    
}