.mySlides {display:none}

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

/* Caption text */
.slider-caption-header {
  color: #4cb2e1;
  font-style:bold;
  font-size: 4.4vw;
  padding: 8px 12px;
  position: absolute;
  bottom:20%;
  width:100%;
  text-align: center;
}
.slider-caption-sub{
  color: #4cb2e1;
  font-style:bold;
  font-size: 2.4vw;
  padding: 8px 12px;
  position: absolute;
  bottom:10%;
  width:100%;
  text-align: center;
  cursor:pointer;
}
.play-icon{
  width:45px;
  height:45px;
  vertical-align: middle;
  margin-bottom: 0.75em;
}
.slider-caption-sub a{
  color: #4cb2e1;
}
.slider-caption-sub a:hover{
  color: #FFFFFF;
}

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

/* The dots/bullets/indicators */
.dot {
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  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}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .slider-caption-header {font-size: 7px}
}

@media (max-width: @screen-xs) {
    .slider-caption-header {font-size: 10px}
}

@media (max-width: @screen-sm) {
    .slider-caption-header {font-size: 7px}
}

@media (max-width: @screen-sm) {
    .slider-caption-header {font-size: 7px}
}
