.slider-media-background {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}

.slider-media-background__iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 0;
  transform: translate(-50%, -50%);
}

.slider-media-background__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#block-cenefa-home .image-fullscreen {
  position: relative;
  overflow: hidden;
}

#block-cenefa-home .image-fullscreen::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(
      ellipse 118% 78% at 45% 8%,
      rgba(255, 215, 239, 0.88) 0%,
      rgba(255, 215, 239, 0.78) 39%,
      rgba(255, 215, 239, 0.42) 67%,
      rgba(255, 215, 239, 0) 100%
    ),
    radial-gradient(
      ellipse 46% 76% at 100% 40%,
      rgba(255, 249, 204, 0.9) 0%,
      rgba(255, 249, 204, 0.74) 45%,
      rgba(255, 249, 204, 0) 100%
    ),
    radial-gradient(
      ellipse 34% 42% at 0% 78%,
      rgba(226, 244, 242, 0.5) 0%,
      rgba(226, 244, 242, 0) 78%
    ),
    linear-gradient(
      to bottom,
      rgba(255, 219, 241, 0.82) 0%,
      rgba(255, 222, 243, 0.66) 47%,
      rgba(255, 255, 255, 0) 100%
    );
  -webkit-mask-image:
    radial-gradient(
      ellipse 112% 50% at 46% 0%,
      #000 0%,
      #000 58%,
      transparent 78%
    ),
    linear-gradient(
      to bottom,
      #000 0%,
      #000 76%,
      transparent 100%
    );
  -webkit-mask-composite: source-in;
  mask-image:
    radial-gradient(
      ellipse 112% 50% at 46% 0%,
      #000 0%,
      #000 58%,
      transparent 78%
    ),
    linear-gradient(
      to bottom,
      #000 0%,
      #000 76%,
      transparent 100%
    );
  mask-composite: intersect;
}

@media (min-aspect-ratio: 16/9) {
  .slider-media-background__iframe {
    height: 56.25vw;
    min-height: 100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .slider-media-background__iframe {
    width: 177.78vh;
    min-width: 100%;
  }
}
