* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

/* Swiper fullscreen */
.swiper.fullscreen {
  width: 100vw;
  height: 100vh;
}

/* Centra l’immagine */
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

/* MOSTRA IMMAGINE PER INTERO */
.swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
