.fv-scuolavela-slider-wrapper {
  position: relative;
  width: 100%;
}

.fv-scuolavela-slider-inner {
  position: relative;
  width: 100%;
}

/* Overlay bianco semi-trasparente che si adatta all'altezza dello slider */
.fv-scuolavela-slider-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/p1.png');
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  z-index: 10;
  pointer-events: none;
}

/* SVG sopra tutto */
.fv-scuolavela-slider-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  left: 4em;
  z-index: 20;
  pointer-events: none;
}

.fv-scuolavela-slider-svg svg, .fv-scuolavela-slider-svg {
  width: 35em;
  height: 100%;
}

.fv-scuolavela-slider-svg-img {
  width: 35em;
  /* height: 100%; */
}

.fv-scuolavela-slider-svg-kinderCorner {
  position: absolute;
  top: 0;
  left: 0;
  width: 15em;
  height: auto;
  z-index: 30;
}

.fv-scuolavela-slider-svg-kinderLogo {
  position: absolute;
  top: 2em;
  left: 50%;
  margin-left: -20vw; /* Per centrare orizzontalmente */
  width: 13em;
  height: auto;
  z-index: 30;
}

.fv-scuolavela-slider-claim-link {
  position: absolute;
  inset: 0;
  z-index: 40;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 0 9em 18em;
}

@media (max-width: 768px) {
  .fv-scuolavela-slider-overlay {
    position: absolute;
    left: 0;
    margin-left: -3em;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/p1.png');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    z-index: 10;
    pointer-events: none;
  }
  .fv-scuolavela-slider-svg {
    left: 1em;
  }

  .fv-scuolavela-slider-svg svg, .fv-scuolavela-slider-svg {
    width: 25em;
    height: auto;
  }

  .fv-scuolavela-slider-svg-kinderCorner {
    width: 5em;
  }

  .fv-scuolavela-slider-svg-kinderLogo {
    top: .5em;
    width: 5em;
    margin-left: -16vw; /* Per centrare orizzontalmente */
  }

  .fv-scuolavela-slider-svg-img {
    width: 12em;
  }

  .fv-scuolavela-slider-claim-link {
  position: absolute;
  inset: 0;
  z-index: 40;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 0 2.6em 6em;
  }

  .fv-scuolavela-slider-claim-link img {
    width: 14em;
  }
}