/* Slideshow container for narrow screens */
.slideshow-container-940 {
  max-width: 940px;
  position: relative;
  margin: 0 auto;
}

.mySlides-940 {
  display: none;
  max-width: 840px;
  margin: 0 auto;
}

/* Slideshow container for wide screens */
.slideshow-container-1260 {
  max-width: 1260px;
  position: relative;
  margin: 0 auto;
}

.mySlides-1260 {
  display: none;
  max-width: 1160px;
  margin: 0 auto;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #beb9a6;
  font-weight: 100;
  font-size: 28px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.prev:hover {color: #236192;}

.next:hover {color: #236192;}

.next {
  right: 0px;
  border-radius: 3px 0 0 3px;
}

.aqcaption {
  color: #aaa;
  font-size: 15px;
  padding: 8px 12px;
  position: relative;
  width: 100%;
  text-align: left;
  clear: left;
  max-width: 840px;
}

.dot {
  cursor: pointer;
  height: 3px;
  width: 20px;
  margin: 0 2px;
  background-color: #beb9a6;
  border-radius: 0%;
  display: inline-block;
  transition: background-color 0.6s ease;
  padding: 0;
}

.dot.active {
  background-color: #236192;
}

.dot:hover {
  background-color: #236192;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@media only screen and (max-width: 300px) {
  .prev, .next,.text {
  font-size: 11px;
}}