.slider {
  overflow: hidden;
  width: 75%;
  /* position: relative; */
  margin: auto 0;
}

.slides {
  display: flex;
  transition: transform 0.4s ease;
  touch-action: pan-y;
}

.slide {
  min-width: 100%;
  height: 300px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 40px;
  color: white;
}

.slide:nth-child(1) {
   background-image: url("../images/AussehenvonTeedrinkplace.png");
   background-size: cover;
   background-repeat: no-repeat;
  background-position: 100px -580px
}

.slide:nth-child(2) {
  background-image: url("../images/TeaPickingPanoramaManyPeople.jpg");
  background-size: cover;
}

.slide:nth-child(3) {
  background-image: url("../images/GreeTeaPlantationAngeloSpecialPict.jpeg");
  background-size: cover;
}