@media screen and (max-width: 765px) {
    .desk-view {
        display: none;
    }

}