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

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: static;
  top: 0%;
  width: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  color: rgb(0, 90, 0);
  font-weight:normal;
  font-size: 16px;
  border-radius: 50%;
  background-color: #cccccc;
  color: black;
  /*border-radius: 6px 6px 6px 6px;*/
  user-select: none;
  -webkit-user-select: none;
}

.round {
  border-radius: 50%;
} 

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

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

.container2 {
  /* margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  height: auto;
  padding: 20; */
  text-align: center;
  }