@media screen and (max-width: 600px) {
  #slider{
    visibility: hidden;
    clear: both;
    display: none;
  }
}