.video_item {
  height: var(--video-height);
}
.video_item > * {
  border: none;
  width: 100%;
  height: 100%;
}
.video_list_main > * {
  width: 100%;
}
.video_list .splide__pagination > li button {
  background-color: rgb(179, 179, 179);
  border-radius: 50%;
  height: 12px;
  width: 12px;
  border: none;
  cursor: pointer;
}
.video_list .splide__pagination > li .is-active {
  background-color: rgb(0, 0, 0);
}
.video_list .splide__pagination {
  gap: 8px;
}

@media screen and (max-width: 959px) {
  .video_item {
    height: 750px;
  }
  .video_list .splide__pagination {
    margin-top: 12px;
  }
}
