#mainWrapper {
  background: unset !important;
  background-size: contain;
  background-position: center 0px;
  background-repeat: no-repeat;
}
.introWrapper {
  min-height: 600px !important;
}
video#climateRiskExamVideo {
  position: relative;
  left: 0;
  z-index: -1;
  filter: opacity(1);
  width: 100%;
  object-fit: cover;
  object-position: center 35%;
  height: 100%;
}
#mainWrapper > div:nth-child(3) {
  /* margin-top: -16%; */
  margin-bottom: 50px !important;
}
@media (max-width: 768px) {
  #mainWrapper > div:nth-child(3) {
    margin-top: -5%;
  }
}
@media (max-width: 600px) {
  #mainWrapper > div:nth-child(3) {
    margin-top: -10%;
  }
}
