/* --- Menu overskrifter sorte på mobil --- */
@media (max-width: 1024px) {
  .menu-item > a {
    color: #000000 !important;
  }
}

/* --- Header-billede dynamisk --- */
#agama-header-image .header-image {
  background-image: url('https://champalays.dk/wp-content/uploads/2025/09/forside4.jpg') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 100% !important;
  height: 35vh !important; /* Rettet fejl */
  display: block !important;
}

/* --- Mobiljustering af header --- */
@media screen and (max-width: 768px) {
  #agama-header-image .header-image {
    height: 120px !important;
  }
}

/* --- Centerer video --- */
.center-video {
  display: flex;
  justify-content: center;
  max-width: 100%;
  margin: 2rem auto;
  padding: 0 1rem;
  box-sizing: border-box;
  overflow: hidden;
}

.wp-video-shortcode {
  margin: 0 auto;
  display: block;
}

.center-video .mejs-container {
  width: 100% !important;
  max-width: 600px;
  margin: 0 auto;
}

.center-video video,
.center-video .mejs-container video {
  width: 100% !important;
  height: auto !important;
  display: block;
}


