/*   w3 */


#ifrm{

  text-align:center;
  
}



* {box-sizing: border-box;}



body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}
.mySlides img{
  height:430px;
}
/* Caption text */
.text {
  background:#00275a;
  color: #f2f2f2;
  font-size: 19px;
  padding: 20px 12px;
  position: absolute;
  bottom: 70px;
  width: 50%;
  left:24%;
  text-align: center;
  border-radius:15px;
}

/* Number text (1/3 etc) */


/* The dots/bullets/indicators */
.dot {
  bottom:20px;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 5s;
}

@-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) {
  .text {font-size: 11px}
}