#block-la-scene-views-block-slider-block-1 .container-fluid {
  max-height: 600px;
}

.home-swiper {
  width: 100%;
  height: 600px;
  margin-top: -3rem;
}

.home-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  height: 650px;
  justify-content: center;
  align-items: center;
}

.home-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media(max-width:768px){
  .home-swiper{
    max-width: 360px;
  }
  #block-la-scene-views-block-slider-block-1 .content .swiper-slide{
    padding:2rem;
  }
}

@media (min-width:1024px) {
  #block-la-scene-views-block-slider-block-1 .content .swiper-pagination-vertical.swiper-pagination-bullets {
    left: -5rem;
  }
}

