.carousel-item {
  position: relative;
  min-height: 575px;
  height: 850px;
}
.carousel-item:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background: linear-gradient(0deg, rgba(1, 8, 18, 0.75) 0%, rgba(1, 8, 18, 0.00) 100%);
}

.carousel-caption {
  text-align: center;
  bottom: 15%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  left: 4rem;
  right: 4rem;
  padding: 0;
}
.carousel-caption .csi-btn {
  border-color: white;
  color: white;
}
.carousel-caption h1, .carousel-caption p {
  text-shadow: 0px 0px 9px rgba(1, 8, 18, 0.70);
  color: white;
}
.carousel-caption p {
  font-size: 1.75rem;
}
.carousel-caption h1 {
  margin-bottom: 0;
}
.carousel-caption .col-md-4 {
  background: white;
  box-shadow: 0px 0px 33px 1px rgba(0, 0, 0, 0.25);
  padding: 4rem 3rem;
}
.carousel-caption .col-md-8 {
  padding: 4rem;
}
.carousel-indicators {
  background-color: transparent;
  /* bottom: 18%; */
}
.carousel-indicators li {
  height: 1.5rem;
  width: 1.5rem;
}
.carousel-indicators li.active {
  background: url(../../images/active-carousel.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel-indicators li {
  background: url(../../images/inactive-carousel.png);
  background-repeat: no-repeat;
  background-size: cover;
} 
/* video stuff */
.video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
  position: relative;
  height: 800px;
  /* Remove height for full screen*/
  overflow: hidden;
}

.video-background:before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(1, 8, 18, 0.75) 0%, rgba(1, 8, 18, 0.00) 100%);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: -13%;
  /* left 0 if full screen*/
  width: 126%;
  /* width 100% if full screen*/
  height: 126%;
  /* width 100% if full screen*/
  pointer-events: none;
}

button#toggle-btn {
  position: absolute;
  z-index: 2;
  bottom: 1rem;
  right: 2rem;
  background: none;
  border: 1px solid white;
  color: white;
  border-radius: 0;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
@media all and (max-width: 600px) {
  .vid-info {
    width: 50%;
    padding: 0.5rem;
  }
}
.button#toggle-btn {
  width: 48px;
  height: 48px;
  background: red;
  cursor: pointer;
}
.button#toggle-btn:hover {
  fill: white;
}
