#slide img {
    position: absolute;
  }
  
  .slide-img {
    opacity: 0;
    transition: opacity 2s;
  }
  
  .show {
    opacity: 1;
  }