.video-thumbs a img {
  max-width: 224px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.video-thumbs a {
  /*padding: 0 5px;*/
  text-align: center;
  text-decoration: none;
}
.video-thumbs h4 {
  padding-top: 10px;
  font-family: 'Assistant', sans-serif;
  color: #000;
  letter-spacing: 2px !important;
  font-size: 15px !important;
}
.video-thumbs-holder {
  margin-top: -57px;
  position: relative;
}
.video-thumbs-holder .slick-arrow {
  cursor: pointer;
}
.video-thumbs-holder .slick-arrow i {
  color: #e73f3f;
  font-size: 48px;
}
.video-thumbs-holder .slick-prev {
  position: absolute;
  left: -50px;
  top: 33%;
}
.video-thumbs-holder .slick-next {
  position: absolute;
  right: -50px;
  top: 33%;
}
.video-thumbs .slick-slide {
  position: relative;
}
.video-thumbs .play-btn {
  position: absolute;
  top: calc(50% - 22%);
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: #e73f3f;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  opacity: 0.8;
  z-index: 9999;
}
.video-thumbs .play-btn:after {
  content: " \e912";
  font-family: "vp-icons";
  font-size: 10px;
}
.video-thumbs a:hover .play-btn {
  color: #8e1414;
}
.video-thumbs a:hover img {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
}
@media only screen and (max-width: 600px) {
  .video-thumbs-holder {
    margin-top: 0px;
  }
  .video-thumbs a img {
    max-width: 300px;
  }
  .video-thumbs .play-btn {
    top: 85px;
  }
  .video-thumbs .slick-prev {
    left: -25px;
  }
  .video-thumbs .slick-next {
    right: -25px;
  }
}
