/* Slider strona główna — wideo + zapasowe zdjęcie */
.section-front1 .sg-home-slider-media--video {
  width: 100%;
  line-height: 0;
  position: relative;
}

.section-front1 .sg-home-slider-fallback,
.section-front1 .sg-home-slider-video-layer {
  width: 100%;
}

/* Domyślnie: wideo (poster na tagu <video>). Zapasowe zdjęcie tylko po błędzie JS. */
.section-front1 .sg-home-slider-media--video.has-fallback .sg-home-slider-fallback {
  display: none;
}

.section-front1 .sg-home-slider-media--video.has-fallback .sg-home-slider-video-layer {
  display: block;
}

.section-front1 .sg-home-slider-media--video.has-fallback.is-fallback-active .sg-home-slider-fallback {
  display: block;
}

.section-front1 .sg-home-slider-media--video.has-fallback.is-fallback-active .sg-home-slider-video-layer {
  display: none;
}

.section-front1 .sg-home-slider-media--video:not(.has-fallback) .sg-home-slider-video-layer {
  display: block;
}

.section-front1 .sg-home-slider-video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
}

.section-front1 .sg-home-slider-video--desktop {
  display: none;
}

.section-front1 .sg-home-slider-video--mobile {
  display: block;
}

@media (min-width: 576px) {
  .section-front1 .sg-home-slider-video--desktop {
    display: block;
  }

  .section-front1 .sg-home-slider-video--mobile {
    display: none;
  }
}

.section-front1 .sg-home-slider-media--video .sg-home-slider-video--single,
.section-front1 .sg-home-slider-media--video .sg-home-slider-video:only-of-type {
  display: block;
}
