.page-home .carousel img {
  width: auto;
  min-height: auto;
}

@media only screen and (min-width: 768px) {
  .page-home .half-slide-carousel .carousel-slides,
  .page-home .half-slide-carousel .lightSlider,
  .page-home .half-slide-carousel .lSSlide {
    width: 100% !important;
  }

  .page-home .half-slide-carousel .carousel-slides .carousel-slide.active,
  .page-home .half-slide-carousel .carousel-slides .carousel-slide.active ~ .carousel-slide {
    width: 25% !important;
    min-width: 20% !important;
    margin-right: 1rem !important;
    max-width: 275px;
  }

  .page-home .carousel-wrapper {
    max-width: 1166px !important;
  }
}
