.slider-wrapper {
  max-width: 55vw;
  margin-bottom: 100px;
}

@media screen and (max-width: 1500px) {
  .slider-wrapper {
    max-width: 55vw;
  }
}

@media screen and (max-width: 1000px) {
  .slider-wrapper {
    max-width: 85vw;
  }
}

.slider img:nth-child(1) {
  object-position: center 80%; /* nebo center 20%, atd. */
}

.slider img:nth-child(2) {
  object-position: center 75%; /* nebo center 20%, atd. */
}

.slider img:nth-child(5) {
  object-fit: contain; /* celý obrázek se vejde */
  object-position: center; /* vycentrování */
  background-color: var(--background-color); /* volitelné – pruhy budou na černém pozadí */
}
