/* Home page overrides */
.hero figure img { display: block; width: 100%; height: auto; border-radius: 12px; }
.hero .split { align-items: center; }
@media (min-width: 901px) { .hero figure img { max-height: 440px; object-fit: cover; } }
.section[aria-label="Highlights"] .card img { max-height: 220px; object-fit: cover; }

/* Responsive video styling */
.section[aria-label="Featured video"] .card {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

.section[aria-label="Featured video"] .card iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  border: none;
  border-radius: inherit;
}
