.bh_gall_tc_resources {
  /* widget */
}
.bh_gall_tc_resources.bh_widget_wrap {
  position: relative;
  overflow: hidden;
}
.bh_gall_tc_resources .bh_widget_content .bh_item {
  position: relative;
}
.bh_gall_tc_resources .bh_widget_content .bh_item .bh_item_inner {
  height: 100%;
  -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_tc_resources .bh_widget_content .bh_item > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.bh_gall_tc_resources .bh_widget_content .bh_item:hover .bh_item_inner {
  /*border: 1px solid #0a0a0a;*/
}
.bh_gall_tc_resources .bh_widget_content .bh_item:hover .bh_img_content img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  /*-webkit-filter: grayscale(0%) blur(0px);
					filter: grayscale(0%) blur(0px);*/
}
.bh_gall_tc_resources .bh_widget_content.swiper-card .bh_item {
  margin-bottom: 0;
}
.bh_gall_tc_resources .bh_widget_content .bh_content_wrap {
  position: relative;
  width: 100%;
}
/*# sourceMappingURL=15e234e343410c82bc9291d56cf77adfab33109b.widget.scss.map */
