.slideshow-container {
  max-width: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.slides {
  display: none;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  position: relative;
}

.slides img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.controls a {
  padding: 10px;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.pause-play {
  font-size: 24px;
}
