.libri-carousel img {
  height: 150px;
  width: auto;
  object-fit: cover;
}

.libri-carousel .jm-carousel-item {
  padding: 5px;
}
.libri-carousel img {
  border-radius: 4px;
  transition: transform 0.2s ease;
}

.libri-carousel img:hover {
  transform: scale(1.08);
}

.tour-carousel img {
  height: 150px;
  width: auto;
  object-fit: cover;
}

.tour-carousel .jm-carousel-item {
  padding: 5px;
}

.tour-carousel img {
  border-radius: 4px;
  transition: transform 0.2s ease;
}

.tour-carousel img:hover {
  transform: scale(1.08);
}

.autore-carousel img {
 height: 150px;
  width: 220px;
  object-fit: cover;
}

.autore-carousel .jm-carousel-item {
  padding: 5px;
}

.autore-carousel img {
  border-radius: 4px;
  transition: transform 0.2s ease;
}

.autore-carousel img:hover {
  transform: scale(1.08);
}

.top-a {
  display: block !important;
}

.top-a > div {
  width: 100% !important;
  display: block;
}