.lakit-carousel--simple.lakit-equal-cols .lakit-carousel__item-inner, .lakit-carousel--simple.lakit-equal-cols .lakit-carousel__item-link {
  display: flex;
  flex-direction: column;
  flex-grow: 1
}
.lakit-carousel--simple.lakit-equal-cols .lakit-carousel__item-img {
  flex-grow: 1
}
a.lakit-carousel__item-link {
  display: block
}
.lakit-carousel__item-img {
  display: inline-block;
  width: 100%;
  object-fit: cover
}
.lakit--btn-fullwidth .lakit-carousel__item-button {
  display: flex;
  justify-content: center
}
.la-ch-true .lakit-banner__link, .la-ch-true .lakit-carousel__item-link {
  position: relative;
  display: block;
  overflow: hidden
}
.la-ch-true .lakit-banner__img, .la-ch-true .lakit-carousel__item-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%)
}
.la-ch-true .lakit-banner__link:before, .la-ch-true .lakit-carousel__item-link:before {
  content: '';
  padding-bottom: var(--lakit-banner-image-height);
  display: block
}
.la-ch-true .lakit-ef-roxy .lakit-banner__img {
  transform: translate(calc(-50% - 60px), -50%)
}
.la-ch-true .lakit-ef-roxy:hover .lakit-banner__img {
  transform: translate(-50%, -50%)
}