﻿/* Campuses
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.promo-video {
  grid-area: students-video;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 55em) {
  .promo-video {
    display: grid;
    grid-template-columns: 2fr 5fr;
    grid-column-gap: 3rem;
  }
}
.promo-video__caption {
  font-size: 1.2rem;
}
.promo-video__heading {
  margin-top: 0;
  line-height: 0.9;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.promo-video .lazy-video {
  margin-bottom: 0;
  box-shadow: 0 1rem 2rem -0.75rem rgba(44, 42, 41, 0.1);
}
.promo-video .lazy-video__details {
  display: none;
}
