/* First video on page = hero-style section */
.wp-block-video:first-of-type video {
  width: 100%;
  max-height: 70vh;   /* similar to About page */
  object-fit: cover;
  display: block;
}


