  /* Smooth fade transition */
  #carousel-images > div {
    transition: opacity 1s ease-in-out;
  }