@media screen and (max-width: 699px) {
    #sidebar {
        display:none;
    }
 }