@media only screen and (max-width: 768px)  {
  .slide-img img{

    display: none !important;
  }
} 