* {box-sizing:border-box}

img { border-radius: 5px; border: 1px solid #333; width: 100%; }

/* Slideshow container */
.slideshow-container {
  max-width: 1024px;
  position: relative;
  margin: auto;
  margin-top: 25px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -60px;
  color: #bbb;
  font-weight: bold;
  font-size: 1.5em;
  user-select: none;
}

.next {
  right: 0;
  padding: 60px 10px 60px 30px;
}

.prev {
  padding: 60px 30px 60px 10px;
}

@media only screen and (max-width: 1080px) {
.prev, .next { font-size: 1.2em; margin-top: 40px; }
.next { right: 0; padding: 30px 10px 30px 7px; }
.prev { padding: 30px 7px 30px 10px; }
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.active, .dot:hover {
  background-color: #717171;
}
