.scrollytelling {
  width: 100%;
  display: block;
  position: relative;
}

.scrollytelling video {
  /* width: 100%;
  max-width: 100%; */

  right: 0;
  bottom: 0;  
  top:0;
  right:0;   
  min-width: 110%; 
  min-height: 110%;
  width: auto !important;  
  height: auto !important;  

}

.scrollytelling .fullscreenslides {
  z-index: 2;
}

.scrollytelling .fullscreenslide {
  width: 100%;
  height: 100vh;
  display: flex;
}

.scrollytelling h3 {
  align-self: center;
  margin: 0;
  max-width: 1200px;
  margin: auto;
  width: 90%;
  color: white;
  text-shadow: 1px 1px 2px #000000;
}

.scrollytelling h2 {
  align-self: center;
  margin: 0;
  max-width: 1200px;
  margin: auto;
  width: 90%;
  color: white;
  text-shadow: 1px 1px 2px #000000;
}

.scrollytelling .fullscreenslide-caption {
  height: 100vh;
}

.scrollytelling .fullscreen-bgs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

.scrollytelling .fullscreenslider-bg {
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.scrollytelling .fullscreenslider-bg:first-child {
  opacity: 1;
}
