.carousel-homepage {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: 80vh;

  .img-wrapper,
  .img-wrapper div,
  .it-hero-wrapper,
  .splide__list,
  .splide__track {
    height: 100%;
  }
}


/* paginatore */
.carousel-homepage.it-carousel-wrapper .splide__pagination button {
    width: 8px;
    height: 8px;
}


@media (min-width:992px) {
  .interfase-carousel.carousel-homepage .it-hero-text-wrapper p  {
      font-size: 1.5rem;
  }
}
