.custom-image-slider-inner img {
  display: block;
  width: auto;
  height: auto;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1180px) {
  .custom-image-slider-inner img {
    height: auto;
  }
} /* END 1180px */

@media (max-width: 600px) {
  .custom-image-slider-inner img {
    height: auto;
  }
  .custom-image-slider-inner, .slick-track {
      display: flex!important;
      justify-content: center;
      align-items: center;
      align-content: center;
  }
} /* END 1180px */
