header.media-header {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  min-height: 550px;
  box-sizing: border-box;
}
@media screen and (max-height: 1024px) and (orientation: portrait) {
  header.media-header {
    height: 1vh;
    width: 100vw;
  }
}
header.basic.media-header {
  justify-content: flex-start;
}

header.media-header.image {
  z-index: -5;
} /*
header video {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -10;
}*/
#cockpit .player video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
  pointer-events: none;
}
header.video.darker {
  background-image: linear-gradient(
      180deg,
      rgba(30, 30, 30, 0.2),
      rgba(30, 30, 30, 0.2)
    ),
    linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.25)),
    linear-gradient(180deg, rgba(0, 74, 152, 0.25), rgba(0, 74, 152, 0.25));
}
.bg-lightgray #element-slider {
  mix-blend-mode: plus-darker;
}
header.image.darker:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
      180deg,
      rgba(30, 30, 30, 0.2),
      rgba(30, 30, 30, 0.2)
    ),
    linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.25)),
    linear-gradient(180deg, rgba(0, 74, 152, 0.25), rgba(0, 74, 152, 0.25));
}
.container {
  max-width: 1100px;
  margin: 0 auto;
}
.container-s {
  max-width: 760px;
  text-align: center;
  margin: 0 auto;
}
.videoBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-aspect-ratio: 16/9) {
  .videoBg {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  .videoBg {
    width: 100%;
    height: 100%;

    padding: 0;
  }
}
