/* Expand content width to use available screen space */
.wy-nav-content {
  max-width: 100% !important;
}

/* Optional: ensure inner content also stretches */
.rst-content {
  max-width: 100% !important;
}

/* Hero media uses natural sizing */
.figure.home-hero img,
.figure.home-hero video {
  display: block;
  margin: 0 auto;
}
