.bemet-gallery-area-block {
  overflow: hidden;
  background: #fff;
}
.bemet-gallery-area-block .gallery-active .slick-list {
  overflow: visible;
}
.bemet-gallery-area-block .gallery-item-wrap .col-88 {
  flex: 0 0 auto;
  width: 27.5%;
}
.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: 1 / 1;
  margin: 0 auto;
  width: 100%;
  border-radius: 8px;
}
.bemet-gallery-area-block .gallery-item-wrap .slick-slide {
  padding-top: 0 !important;
}
