.mySlides {display: none;}
img {vertical-align: center; width:100%;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #ffffff;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute; padding-bottom: 30px;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

.slide {
  background-color: #000000;  
  padding-left: 3px; 
  padding-right: 3px; 
  padding-top: 3px; 
  padding-top: 3px;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #000000;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease; 
}

.hover {
  background-color: #ffffff;
}

/* .active {
  background-color: #ffffff;
} */


/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2.5s;
}

@keyframes fade {
  from {opacity: .1} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}

  .wats {
  margin-bottom: 80px; z-index: 1;
}

}

.sli {
  color: #ffffff;
}