.bt-video-carousel {
  width: 95%;
  padding: 40px 0;
}

.bt-module-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.bt-module-item img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper{
      position: inherit !important;
}

.bt-module-overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
}

.bt-module-item.budtender_slider {
    height: 370px;
    padding: 10px;
}
.thumb .elementor-custom-embed-play {
    top: 30%;
}

/* Default (inactive) bullets */
.swiper-pagination-bullet {
  background-color: #ccc  !important; /* light gray */
  opacity: 1; /* make sure they're fully visible */
}

/* Active bullet */
.swiper-pagination-bullet-active {
  background-color: #fff !important; /* your brand color or blue */
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -10px;
    right: auto;
    color: #fff !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -6px;
    left: auto;
    color: #fff !important;
}
svg.swiper-navigation-icon {
    display: none;
}