.lb-latest-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor:pointer;
}

.lb-latest-swiper .swiper-slide span {
  display: block;
  width: 100%;
}

.lb-latest-swiper img {
  max-height: auto;   /* justera */
  width: auto;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}

/* enkla pilar */
.lb-latest-swiper .swiper-prev,
.lb-latest-swiper .swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border: 0;
  background: rgba(0,0,0,0.08);
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
}

.lb-latest-swiper .swiper-prev { left: 0.25rem; }
.lb-latest-swiper .swiper-next { right: 0.25rem; }