.video-slider-home {
  /*overflow: hidden;*/
  overflow-x: clip;
}

.video-list-home__row {
  padding-bottom: 40px;
}

.video-list-home__title {
  font-family: 'Chakra Petch', sans-serif;
  /*color: var(--primary);*/
  color: #00BDF2;
  font-size: 32px;
  font-weight: bold;
  margin: 32px 0 16px;
  line-height: 2em;
  padding: 0 16px;
}

.video-slider-home .slick-next {
  right: 32px;
  top: -29px;
  width: 22px;
  height: 22px;
}

.video-slider-home .slick-prev {
  left: calc(100% - 100px);
  top: -29px;
  width: 22px;
  height: 22px;
}

.video-slider-home .slick-prev:before,
.video-slider-home .slick-next:before {
  font-size: 22px;
  opacity: 1;
  /*color: var(--primary);*/
  color: #00BDF2;
}

.video-list-home__row a .video_item .video_thumb {
  /*width: 100%;*/
  width: 100%;
  padding-top: 56%;
  background-size: cover !important;
  margin-bottom: 10px;
  position: relative;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.video-list-home__row a .video_item .video_thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0); /* Initially transparent */
  transition: background-color 0.3s ease;
}

.video-list-home__row a .video_item .video_thumb:hover::before {
  background-color: rgba(0, 0, 0, 0.3); /* Tint overlay */
}

.video-list-home__row a .video_item .video_thumb .video_time {
  color: #fff;
  position: absolute;
  bottom: 7px;
  right: 7px;
  background-color: #000000a3;
  padding: 0 5px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}
.video-list-home__row a .video_item .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.33em;
  color: #000000;
  letter-spacing: 0.03em;
  text-align: left;
}
.video-list-home__row a .video_item .views {
  font-size: 13px;
  color: #666666;
  display: none;
}

.video-block {
  margin-bottom: 20px;
}

.video-slider-home__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
}

.video-slider-home__button {
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  line-height: 32px;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
  width: 140px;
  height: 35px;
  /*background-color: var(--secondary);*/
  background-color: #FFDE00;
  /*color: var(--dark-blue) !important;*/
  color: #0E3366 !important;
  font-weight: bold !important;
  text-transform: uppercase;
  font-size: 14px;
}

.video-slider-home__button:hover {
  /*background-color: var(--secondary-hover);*/
  background-color: #e6c700;
}

.video-slider-home__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 360px) and (max-width: 990px) and (orientation: landscape) {
  .video-list-home__row a .video_item .title {
    font-size: 14px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  .video-list-home__row a .video_item .title {
    font-size: 14px;
    /*margin-bottom: 20px;*/
  }

  .video-list-home__row > .col-12 > .title {
    margin-bottom: 20px;
  }

  .video-list-home__title {
    font-size: 22px;
    line-height: 1.4em;
  }

  .video-slider-home .slick-next {
    top: -30px;
  }
  .video-slider-home .slick-prev {
    top: -30px;
  }
}

/*@media screen and (min-width: 413px) {*/
/*  .video-slider-home .slick-next {*/
/*    top: -43px;*/
/*  }*/
/*  .video-slider-home .slick-prev {*/
/*    top: -43px;*/
/*  }*/
/*}*/

@media screen and (min-width: 617px) {
  .video-slider-home .slick-next {
    top: -43px;
  }
  .video-slider-home .slick-prev {
    top: -43px;
  }
}

@media screen and (min-width: 767px) {
  .video-list-home__row {
    padding-bottom: 60px;
  }

  .video-list-home__title {
    margin: 48px 0 24px;
    padding: 0 5rem;
  }

  .video-slider-home .slick-next {
    top: -54px;
    right: 6rem;
  }

  .video-slider-home .slick-prev {
    top: -54px;
    left: calc(100% - 5rem - 100px);
  }

  .video-slider-home .slick-prev:before,
  .video-slider-home .slick-next:before {
    font-size: 24px;
  }

  .video-slider-home__play-button {
    width: 60px;
    height: 60px;
  }

  .video-slider-home__play-button--football-page {
    width: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .video-list-home__title {
    margin: 64px 0 32px;
    padding: 0 7rem;
  }

  .video-slider-home .slick-next {
    top: -60px;
    right: 8rem;
  }
  .video-slider-home .slick-prev {
    top: -60px;
    left: calc(100% - 7rem - 100px);
  }

  .video-slider-home .slick-prev:before,
  .video-slider-home .slick-next:before {
    font-size: 26px;
  }

  .video-slider-home__play-button {
    width: 80px;
    height: 80px;
  }

  .video-slider-home__play-button--football-page {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 1550px) {
  .video-list-home__row a .video_item .title {
    font-size: 16px;
  }
}






