#image-carousel {
  width: 100%;
  max-width: 1440px !important;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

#image-carousel .carousel {
  background: transparent;
}

#image-carousel .carousel-cell {
  width: 100%;
  aspect-ratio: 1440 / 878;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
  position: relative;
}

#image-carousel .carousel-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#image-carousel .flickity-button{
  display: none;
}