div.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.s5-1 div.video-container {
  background-image: url(img/Background.png);
  background-position: center;
  background-size: cover;
}

.video-background {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.video-background.active {
  opacity: 1;
}
.video-background video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-background .video-js {
  width: 100%;
  height: 100%;
}

.video-background.s1-0 {
  opacity: 1;
}

.video-backgrounds {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
}/*# sourceMappingURL=videos.css.map */