
* {box-sizing: border-box}
.mySlides1, .mySlides2 {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  padding-left: 30;
  height:auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: sticky;
  left: 0;
  top: 50%;
  width: auto;
  padding: 20px;
  margin-top: 12px;
  color: #ffffff;
  font-weight: bold;
  font-size: 30px;
  transition: 0.4s ease;
  user-select: none;
}

.next {
    right: -95%;
    border-radius: 10px 0 0 10px;
  }

