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