* {box-sizing:border-box}


/* Slideshow container */
.slideshow-container {
  max-width: 1080px;
  position: relative;
  margin: auto;
  margin-top: 0;
  margin-bottom: 0;
}

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

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 100%;
  width: auto;
  margin-top: -42px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 8px;
  color: black;
  font-weight: bold;
  font-size: 16px;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
}

/* Caption text */
.bildtext {
  padding: 8px 0 12px 0;
  width: 100%;
  text-align: center;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
