/* Keep YouTube's caption layer outside the visible area of the decorative hero. */
main.home-page > section:first-child iframe[src*="youtube.com/embed/zcGW02BF1qQ"] {
  width: 135vw !important;
  height: 75.9375vw !important;
  min-width: 240vh !important;
  min-height: 135vh !important;
  transform: translate(-50%, -40%) !important;
}

@media (max-width: 640px) {
  main.home-page > section:first-child iframe[src*="youtube.com/embed/zcGW02BF1qQ"] {
    width: 150vw !important;
    height: 84.375vw !important;
    min-width: 266.67vh !important;
    min-height: 150vh !important;
  }
}
