/* Slideshow container */
.slideshow-container {
  max-width: 80%;
  position: relative;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 100px;
  /* border: 3px solid #fff200; */
  box-sizing: border-box;
  height: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}


/* 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;
}

/* 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}
}
.slideshow-container img {
  border: 3px solid #fff200;
}
@media screen and (max-width: 1060px) {
  /* .slideshow-container {
    height: 606px;
  } */
  /* .slideshow-container img {
    height: auto
  } */
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 705px) {

}
@media screen and (max-width: 377px) {

}
