.eve-fullscreen-video-host,
.elementor-widget-shortcode:has(.eve-fullscreen-video) {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

.eve-fullscreen-video-host .elementor-widget-container,
.eve-fullscreen-video-host .elementor-shortcode,
.elementor-widget-shortcode:has(.eve-fullscreen-video) .elementor-widget-container,
.elementor-widget-shortcode:has(.eve-fullscreen-video) .elementor-shortcode {
  width: 100%;
  overflow: visible;
}

.eve-fullscreen-video {
  position: relative;
  width: 100vw;
  min-height: 180vh;
  min-height: 180svh;
  margin-inline: calc(50% - 50vw);
  overflow: clip;
  background: #000;
}

.eve-fullscreen-video-stage {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background: #000;
}

.eve-fullscreen-video-media {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 64rem) {
  .eve-fullscreen-video {
    min-height: 150vh;
    min-height: 150svh;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eve-fullscreen-video {
    min-height: 100vh;
    min-height: 100svh;
  }

  .eve-fullscreen-video-stage {
    position: relative;
  }
}
