@media screen and (max-width: 767px) {
    .rightbar {
        display: none;
    }
}