.bs-section .background-layer.bg-cover.bg-center-center {
  width: 100% !important;
  height: 100% !important;
  background-size: cover !important;
  background-position: center center !important;
}

.bs-section #ember26.videoplayer {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.bs-section #ember26.videoplayer iframe {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 100vw !important;
  height: 56.25vw !important;
  min-height: 100% !important;
  min-width: 177.78vh !important;
}

.bs-section .foreground-layer {
  position: relative !important;
  z-index: 2 !important;
}