.swiper_cnt {
  width: 100%;
  position: relative;
  padding: 0 70px 10px;
}

.swiper {
  width: 100%;
}

.swiper_tiktok .swiper-slide {
  padding: 0;
  display: flex;
  justify-content: center;
}

/* .swiper_tiktok .swiper-slide img {
  width: 285px;
  max-width: 285px;
  height: auto;
} */

.swiper_fibre .swiper-slide {
  padding: 0;
  display: flex;
  justify-content: center;
  border-right: 1px solid #808080;
}

.swiper_fibre .swiper-slide:last-of-type {
  border-right: none;
}

.swiper_fibre .swiper-slide img {
  width: 285px;
  max-width: 285px;
  height: auto;
}

.swiper-button-next-tiktok::after,
.swiper-button-prev-tiktok::after,
.swiper-button-next-copyright::after,
.swiper-button-prev-copyright::after,
.swiper-button-next-fibre::after,
.swiper-button-prev-fibre::after {
  content: "";
}

.swiper-button-next-tiktok,
.swiper-button-next-copyright,
.swiper-button-next-fibre {
  background-image: url("../img/next-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.swiper-button-prev-tiktok,
.swiper-button-prev-copyright,
.swiper-button-prev-fibre {
  background-image: url("../img/prev-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.swiper_copyright .swiper-slide {
  height: 500px;
}

.cornice_copyright {
  border: 1px solid #000;
  background: #fff;
  padding: 15px 10px;
  text-align: center;
}

.cornice_copyright_height {
  height: 500px;
}

.cornice_copyright img {
  margin: auto;
  width: inherit;
}

.linea_copyright {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.linea_copyright span {
  width: 40px;
  height: 2px;
  background-color: #050708;
  display: block;
  margin: auto;
}

.titolo_copyright {
  color: #050708;
  text-align: center;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.testo_copyright {
  color: #050708;
  text-align: left;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.slide_doppia_vert {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (max-width: 480px) {
  .swiper_cnt {
    padding: 0;
  }

  .swiper {
    margin-top: 50px;
  }

  .swiper_manichino {
    margin-top: 10px;
  }

  .swiper_tiktok .swiper-slide img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .swiper_fibre .swiper-slide img {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .swiper-button-next-tiktok,
  .swiper-button-prev-tiktok,
  .swiper-button-next-copyright,
  .swiper-button-prev-copyright,
  .swiper-button-next-fibre,
  .swiper-button-prev-fibre {
    top: 20px;
  }

  .swiper-button-next-tiktok,
  .swiper-button-next-copyright,
  .swiper-button-next-fibre {
    right: 0;
  }

  .swiper-button-prev-tiktok,
  .swiper-button-prev-copyright,
  .swiper-button-prev-fibre {
    left: 0;
  }

  .swiper_fibre .swiper-slide {
    border-right: none;
  }
}
