@media only screen and (max-width: 767px) {
    div.panel.wrapper {
        display: none;
    }
}
