@media (max-width:770px) {
    
    #other_projects [class~="col-xs-12"] {
         width:50%;
    }

}


@media (max-width:450px) {
    #other_projects [class~="col-xs-12"] {
         width:100%;
    }
    
}
