@charset "UTF-8";
/* Original file: widgets/bh_gall_widget/skins/bh_gall_tc_grid/css/swiper.card.scss */
.bh_gall_tc_grid {
  /* swiper.card */
}
.bh_gall_tc_grid .swiper-card {
  height: auto;
  padding-bottom: 50px;
}
.bh_gall_tc_grid .swiper-card .swiper-button-prev, .bh_gall_tc_grid .swiper-card .swiper-button-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 10px;
  margin: 0 15px;
  margin-top: calc(0px - (66px/ 2));
  background-color: rgba(0, 0, 0, 0.6);
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(10);
}
.bh_gall_tc_grid .swiper-card .swiper-button-prev:after, .bh_gall_tc_grid .swiper-card .swiper-button-next:after {
  content: "";
}
.bh_gall_tc_grid .swiper-card .swiper-button-prev {
  background-image: url("../../../../widgets/bh_gall_widget/skins/bh_gall_tc_grid/css/btn.prev_b2.png") !important;
}
.bh_gall_tc_grid .swiper-card .swiper-button-next {
  background-image: url("../../../../widgets/bh_gall_widget/skins/bh_gall_tc_grid/css/btn.next_b2.png") !important;
}
.bh_gall_tc_grid .swiper-card .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
@media (max-width: 992px) {
  .bh_gall_tc_grid .swiper-card {
    height: auto;
  }
}

