.story_gall {
  /* swiper.card */
}
.story_gall .swiper-card {
  height: auto;
}
.story_gall .swiper-card .swiper-button-prev, .story_gall .swiper-card .swiper-button-next {
  width: 50px;
  height: 50px;
  margin: 0;
  margin-top: calc(0px - (66px));
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .story_gall .swiper-card .swiper-button-prev, .story_gall .swiper-card .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: calc(0px - (40px / 2));
  }
}
.story_gall .swiper-card .swiper-button-prev > i, .story_gall .swiper-card .swiper-button-next > i {
  color: var(--bh_color_white);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.story_gall .swiper-card .swiper-button-prev:hover, .story_gall .swiper-card .swiper-button-next:hover {
  background-color: var(--bh_color_main_800);
}
.story_gall .swiper-card .swiper-button-prev:after, .story_gall .swiper-card .swiper-button-next:after {
  content: "";
}
.story_gall .swiper-card .swiper-button-prev {
  background-image: none !important;
  left: -10%;
}
@media (max-width: 992px) {
  .story_gall .swiper-card .swiper-button-prev {
    left: -13px;
  }
}
.story_gall .swiper-card .swiper-button-next {
  background-image: none !important;
  right: -10%;
}
@media (max-width: 992px) {
  .story_gall .swiper-card .swiper-button-next {
    right: -13px;
  }
}
.story_gall .swiper-card .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
@media (max-width: 992px) {
  .story_gall .swiper-card {
    height: auto;
  }
}
/*# sourceMappingURL=d999ea7bb3ad20c590766372ce591303104991f2.swiper.card.scss.map */
