.slider_video__top {
  margin-bottom: 20px;
}

#myCarousel {
  padding-top: 20px;
  --f-carousel-spacing: 24px;
  --f-carousel-slide-width: 424px;
  --f-carousel-dots-width: 34px;
  --f-carousel-dots-height: 40px;
  --f-button-color: #50BBB0;
  --f-button-hover-color:#50BBB0;
  --f-button-svg-stroke-width: 1px;
  --f-button-svg-width: 28px;
  --f-button-svg-height: 28px;
  --f-button-next-pos: -10px;
}

#myCarousel .f-carousel__viewport {
  height: 268px;
}

#myCarousel .f-carousel__nav {
  padding-top: 40px;
}

#myCarousel .f-button {
  top: unset;
  transform: unset;
}

#myCarousel .f-button.is-prev {
   right: var(--f-button-prev-pos);
   left: unset;
}

#myCarousel .f-carousel__dots {
  justify-content: left;
}

#myCarousel .f-carousel__dots>li {
  padding-right: 17px;
}

#myCarousel .f-carousel__dots>li>button {
  align-items: center;
}

#myCarousel .f-carousel__dot {
  width: 34px;
  height: 1px;
  background-color: #50BBB0;
  border-radius: 0px;
}

.slider_video .media-content {
  display: block;
}
