.bh_gall_review {
  /* widget */
}
.bh_gall_review.bh_widget_wrap {
  position: relative;
}
.bh_gall_review .bh_widget_content .bh_item {
  position: relative;
}
.bh_gall_review .bh_widget_content .bh_item .bh_item_inner {
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bh_gall_review .bh_widget_content .bh_item > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.bh_gall_review .bh_widget_content.swiper-card .bh_item {
  margin-bottom: 0;
}
.bh_gall_review .bh_widget_content .bh_img_content {
  position: relative;
  background-color: var(--bh_color_white);
}
.bh_gall_review .bh_widget_content .bh_img_content img {
  width: 100%;
}
.bh_gall_review .bh_widget_content .bh_img_content > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
}
/*# sourceMappingURL=57b848cc2b457f0c88c6f0cb47ea26243589869b.widget.scss.map */
