.bh_gall_tc_youtube .youtube_video_items {
  overflow: hidden;
}
.bh_gall_tc_youtube .youtube_video_items .youtube_video_item * {
  display: none;
}
.bh_gall_tc_youtube .youtube_video_items .youtube_video_item .youtube_converted {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
.bh_gall_tc_youtube .youtube_video_items .youtube_video_item .youtube_converted iframe {
  display: block;
  width: 100%;
  aspect-ratio: 1.7784101014;
}
.bh_gall_tc_youtube .youtube_video_items .youtube_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
  height: 13px;
}
.bh_gall_tc_youtube .youtube_video_items .youtube_pagination .youtube_pagination_bullet {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: var(--bh_color_gray_400);
  transition: 0.3s;
  cursor: pointer;
}
.bh_gall_tc_youtube .youtube_video_items .youtube_pagination .youtube_pagination_bullet.active {
  width: 13px;
  height: 13px;
  background-color: var(--bh_color_gray_700);
}
@media (max-width: 992px) {
  .bh_gall_tc_youtube .youtube_video_items .youtube_video_item .youtube_converted {
    border-radius: 10px;
  }
  .bh_gall_tc_youtube .youtube_video_items .youtube_pagination {
    margin-top: 10px;
    gap: 10px;
    height: 10px;
  }
  .bh_gall_tc_youtube .youtube_video_items .youtube_pagination .youtube_pagination_bullet {
    width: 5px;
    height: 5px;
  }
  .bh_gall_tc_youtube .youtube_video_items .youtube_pagination .youtube_pagination_bullet.active {
    width: 10px;
    height: 10px;
  }
}
/*# sourceMappingURL=e1f3d9c8ded0e332efdeefdefc46add6501da7e9.widget.scss.map */
