body {
  margin: 0;
}
iframe {
  width: 100%;
}
img {
  width: 100%;
}
.video-item {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.video-item__caption {
  color: white;
  display: none;
  height: 100%;
  left: 0;
  padding: 1em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.video-item__caption h3 {
  color: white;
}
.video-item__caption p {
  font-size: 1em;
  text-align: center;
  width: 100%;
}

/*video {*/
/*  position: fixed;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  min-width: 100%;*/
/*  min-height: 100%;*/
/*  width: auto;*/
/*  height: auto;*/
/*  z-index: -100;*/
/*  transform: translateX(-50%) translateY(-50%);*/
/*  background: url('/assets/images/outside.png') no-repeat;*/
/*  background-size: cover;*/
/*  transition: 1s opacity;*/
/*}*/

.main {
  z-index: 10;
}
.video-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.4;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url(/assets/images/overlay.png);
  z-index: 1;
}
