.carousel-realisation .slide-image-wrapper {
  height: 50vh;
}
.carousel-realisation .slide-image-wrapper img {
  height: 50vh;
  object-fit: cover;
  width: 100%;
}
.featured-image {
  height: 50vh;
}
.featured-image img {
  height: 50vh;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .carousel-realisation .slide-image-wrapper {
    height: 80vh;
  }
  .carousel-realisation .slide-image-wrapper img {
    height: 80vh;
  }
  .featured-image {
    height: 80vh;
  }
  .featured-image img {
    height: 80vh;
  }
}
