
/* Content Parallax Section*/
.ParallaxMainContent {
  background-color: black;
  color: #b8c1ec;
  position: relative;
  height: 100%;
}
.ParallaxMainContent h3 {
  color: gold;
  text-align: center;
}

/* Video Parallax Section*/
.ParallaxVideo {
  height: 300px;
}

.ParallaxVideo video {
  object-fit: cover;
  width: 100vw;
  height: 40vh;
  /*position: fixed;*/
  top: 0;
  left: 0;
  z-index: 1;
}
