.intro {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /*padding-top: 80px 24px 40px;*/
  color: white;
  background-color: #252b34;;
}

.intro__text {
  max-width: 900px;
}

.intro__title {
  color: white;
}

.intro__body {
  line-height: 1.6;
}


.video-card {
  margin: 0 auto;
  max-width: 1000px;
  background: white;
  padding: 24px;
  border-radius:12px;
}

.video-box {
  width:100%;
  /* Edge around video */
  padding:4px;
}

.video {
  display: block;
  width: 100%;
  height: auto;
}

.video-caption {
  text-align: center;
  color: black;
  padding: 2px;
  font-size: 1.0rem;
}

@media (orientation: portrait) {
  .intro {
    min-height: 0vh;
    padding-top: 0px;
  }
}
