/****img*****/
/* {box-sizing: border-box;}*/
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 600px;
  position: relative;
  margin: auto;
}
.col1 .slideshow-container img{width:100%}

/* Caption text */
.texti {
  color: #222; font-style:italic; font-weight:bold;
  font-size: 20px;
  padding:0;
  /*position: absolute;*/
  margin-bottom: -15px;
  width: 100%; text-align: center;
}

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

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* 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}}