/* Copia aggiornata con classi e riferimenti rinominati da eSailing a FormazioneIstruttori */
.fv-formazioneistruttori-slider-wrapper {
  position: relative;
  width: 100%;
}

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

/* SVG sopra tutto (se servirà in futuro) */
.fv-formazioneistruttori-slider-svg {
  position: absolute;
  width: 47em;
  top: 2em;
  left: 4em;
  z-index: 20;
  pointer-events: none;
}

.fv-formazioneistruttori-slider-svg-img {
  width:50em;
  object-fit:contain;
}

.fv-formazioneistruttori-slider-png-img {
  width:42em;
  object-fit:contain;
}

.fv-formazioneistruttori-slider-svg-freccia {
  width: 20em;
}

.fv-formazioneistruttori-slider-claim-link {
  position: absolute;
  inset: 0;
  z-index: 40;
  display: flex;
  align-items: flex-end;
  padding: 3em;
}

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

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

  .fv-formazioneistruttori-slider-svg-img {
    width: 12em;
    height: 100%;
  }

  .fv-formazioneistruttori-slider-claim-link {
    position: absolute;
    inset: 0;
    z-index: 40;
    display: flex;
    align-items: flex-end;
    padding: 2em;
  }

  .fv-formazioneistruttori-slider-claim-link img {
    width: 13em;
  }
}
