#slide1 {
  background-image: none;
}


@media all and (-webkit-min-device-pixel-ratio: 1.5) {
#slide1 {
    background-image: none;
  }
}