.mySlides {
  display: none;
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
/*  height:400px;*/
}

/* Caption text */
.text1 {
  color: #f2f2f2;
  font-size: 18px;
 padding: 0 0 0 40px;
  position: absolute;
  bottom: 35%;
  width: 100%;
  text-align: left;
}


.text1 h4{
  color: #f2f2f2;
  font-size: 48px;
 padding: 8px ;
  position: absolute;
  bottom: 100%;
  width: 100%;
  text-align: left;
  text-shadow : #333 5px 3px;
}
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn-transparent:hover {
 /*  background-color: #fff; */
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 6px 31px;
  font-size: 18px;
}

/* 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: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 20.6s ease;
}



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 20s;
  animation-name: fade;
  animation-duration: 1s;

}

@-webkit-keyframes fade {
  from {
    opacity: .5
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .5
  }

  to {
    opacity: 1
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text1 {
    font-size: 11px;
	  bottom: 20%;
  }
  
  .slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  height:auto;
}
}

@media only screen and (max-width: 600px) {
  .text1 {
    font-size: 11px;
   
	  bottom: 20%;
	  padding: 0 0 0 8px;
  }

  .text1 h4 {
    font-size: 16px;
	 color: #f2f2f2;
 
 padding: 0px ;
 
  }

  .text1 p {
    font-size: 11px;
  }

  .text10 btn-transparent {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
  }

  .btn-transparent:hover {
    background-color: #fff;
  }

  .btn-rounded {
    border-radius: 70px;
  }

  .btn-large {
    padding: 5px 20px;
    font-size: 9px;
  }
  .slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  height:auto;
}
}