* {box-sizing:border-box}

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

.mySlides {
  display: none;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #fff;
  background-color: #996;
  font-weight: bold;
  font-size: 18px;
  border-radius: 3px;
}

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

.prev:hover, .next:hover {
  color: #063;
  text-decoration: none;
}

/* Caption text */
.ctext {
  color: black;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: -20px;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  padding-top:12px;
}

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

