.bh_gall_photo {
  /* swiper.card */
}
.bh_gall_photo .swiper-card {
  height: auto;
}
.bh_gall_photo .swiper-card .nav_wrap {
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
}
.bh_gall_photo .swiper-card .swiper-button-prev, .bh_gall_photo .swiper-card .swiper-button-next {
  position: unset;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: var(--bh_color_white);
  background-image: none !important;
  margin: 0;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  margin-top: -50px;
  transition: all 0.3s;
}
.bh_gall_photo .swiper-card .swiper-button-prev::after, .bh_gall_photo .swiper-card .swiper-button-next::after {
  display: none;
}
.bh_gall_photo .swiper-card .swiper-button-prev i, .bh_gall_photo .swiper-card .swiper-button-next i {
  font-size: 24px;
  color: var(--bh_color_gray_400);
  text-align: center;
  line-height: 50px;
}
.bh_gall_photo .swiper-card .swiper-button-prev:hover i, .bh_gall_photo .swiper-card .swiper-button-next:hover i {
  color: var(--bh_color_main);
}
.bh_gall_photo .swiper-card .swiper-button-prev {
  margin-right: 10px;
}
.bh_gall_photo .swiper-card .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
@media (max-width: 992px) {
  .bh_gall_photo .swiper-card {
    height: auto;
  }
  .bh_gall_photo .swiper-card .nav_wrap {
    top: -10px;
    right: -15px;
  }
  .bh_gall_photo .swiper-card .swiper-button-prev, .bh_gall_photo .swiper-card .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -40px;
  }
  .bh_gall_photo .swiper-card .swiper-button-prev i, .bh_gall_photo .swiper-card .swiper-button-next i {
    font-size: 18px;
  }
}
/*# sourceMappingURL=70109166b3dbc5465a31b80832d3f6ecd100a3a2.swiper.card.scss.map */
