.slideshow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.slide {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  transition: opacity 3s ease-in-out;
  opacity: 0;
}
.slide.visible {
  opacity: 1;
}

.no-images {
  color: white;
  text-align: center;
  font-size: 2rem;
}

/*# sourceMappingURL=style.css.map */
