﻿body {font-family: Verdana, sans-serif;}
.mySlides, .mySlides1, .mySlides2 {display: none;}
img {vertical-align: middle;border-radius: 0%;box-sizing: border-box;}

/* Slideshow container */
.slideshow-container {
  max-width: 980px;
  box-sizing: border-box;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #ffffff;
  font-size: 17px;
  line-height:100%;
 box-sizing: border-box;
  padding: 0px 15px 0px 15px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.4); /* Black background with transparency */
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  text-align:right;
  padding: 8px 12px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot, .dot1, .dot2 {
  height: 15px;
  width: 15px;
  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: 800px) {
  .text {font-size: 9px}
}

/* Video */
.video-container {
  width: 49%;
  padding: 10px;
  background: white;
  display: inline-block;
}

.responsive-video {  
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.responsive-video iframe, .responsive-video video {
  position: absolute;
  width: 100%;
  height: 100%;  
}
