@media screen and (min-width: 768px) {
  .mbl-image{
    display: none;
  }
}

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