.bemet-gallery-area-block {
  overflow: hidden;
  background: var(--bg-color);
}
.bemet-gallery-area-block .gallery-active .slick-list {
  overflow: visible;
}
.bemet-gallery-area-block .gallery-item-wrap .col-88 {
  flex: 0 0 auto;
  width: 88%;
}
.bemet-gallery-area-block .gallery-item-wrap .gallery-item {
  text-align: center;
  margin: 0 10px;
}
.bemet-gallery-area-block .gallery-item-wrap .gallery-item img {
  aspect-ratio: 4 / 2;
  margin: 0 auto;
  width: 100%;
}
.bemet-gallery-area-block .gallery-item-wrap .slick-slide {
  padding-top: 0 !important;
}
