* {box-sizing:border-box}

.mini { 
  padding:2px;
  border:1px solid #dddddd; 
  background-color:#ffffff; /*remove line for transparent thumbs*/
}
.miniH, .miniF {
  display:block;
}

.mySlides img {
/* Here where you decorate just the slide images... */
  border-top-right-radius: 30px 10px;
  border-top-left-radius: 30px 10px;
}

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



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

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: rgba(200,200,200,0.6);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 12px 12px 0;
  border-color: rgba(150,50,50,0.4);
  user-select: none;
  background-color: rgba(50,50,50,0.4);
}

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

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 12px 0 0 12px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.4);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
