#video-hero {
  position: relative;
  padding-bottom: 0;
}
#video-hero video {
  position: relative;
  width: 100%;
}
#video-hero #yt-wrapper {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
  pointer-events: none;
}
#video-hero iframe {
  width: 300%;
  height: 100%;
  margin-left: -100%;
}
#video-hero #hero-text {
  position: absolute;
  top: 30%;
  left: 25%;
}
#video-hero #hero-text h1 {
  color: #f2edd0;
  font-size: 3rem;
  text-shadow: -1px -1px 0 #818285, 1px -1px 0 #818285, -1px 1px 0 #818285, 1px 1px 0 #818285;
}

#award-showcase .col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#award-showcase #awards-grid {
  width: min((18ch + 1rem) * 5, 95%);
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(18ch, 100%), 1fr));
}
#award-showcase #awards-grid > div {
  margin: 1rem;
  aspect-ratio: 1/1;
}

#promo-blurb {
  padding-top: 3rem;
}
#promo-blurb > .col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#promo-blurb h1,
#promo-blurb p {
  word-wrap: break-word;
  max-width: 40ch;
  text-align: center;
}

#industry-quote > .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.poster-showcase .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.poster-showcase .poster-grid {
  width: min((18ch + 1rem) * 6, 95%);
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(18ch, 100%), 1fr));
}
.poster-showcase .poster-grid .poster {
  aspect-ratio: 2/3;
}
.poster-showcase .poster-grid .distributors {
  background-color: dodgerblue;
  height: 2rem;
}
.poster-showcase .poster-grid > div:nth-child(odd) {
  background: pink;
}
.poster-showcase .poster-grid > div:nth-child(even) {
  background-color: yellowgreen;
}

#call-to-action {
  display: flex;
  justify-content: center;
  align-items: center;
}
#call-to-action button {
  background: #316e93;
  color: #f2edd0;
  font-size: 1.25rem;
}

@media (max-width: 991px) {
  #video-hero #hero-text {
    left: 10%;
    top: 40%;
  }
}
@media (max-width: 767px) {
  #video-hero #hero-text {
    top: 50%;
  }
  #video-hero #hero-text h1 {
    font-size: 2rem;
  }
}

/*# sourceMappingURL=home.css.map */
