.video-section .videoRow {
    margin: 0 5px;
}

.video-section .col-md-3 {
    padding-right: 0!important;
    padding-left: 2px!important;
}
.video-thumb {
    margin-bottom: 2px;
    width: 100%;
}

/* video Slider ( Splide.JS) */

.splide--nav>.splide__track>.splide__list>.splide__slide {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    margin-top: 10px;
}
.splide__pagination {
  bottom: -1.25em;
}

.splide__arrow--prev {
  left: -1em;
}

.splide__arrow--next {
  right: -1em;
}

.splide__arrow {
  top: 34%;
}

.video-bg{
    background-color: #222222;
}

  

/* New play button */

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 31%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 16px;
    height: 22px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 9px 10px 9px 14px;
  }
  
  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
  }
  
  .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 45px;
    height: 45px;
    background: #000000;
    border-radius: 50%;
    transition: all 200ms;
    opacity: .8;
  }
  
  .video-play-button:hover:after {
    background-color: darken(#000000, 10%);
  }
  
  .video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  
  .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 16px solid #ffffff;
      border-top: 11px solid transparent;
      border-bottom: 11px solid transparent;
  }

  /* Video Subscibe button */
  .btn-color {
    background: #707070;
    border-color: #707070;
  }
  .btn-color:hover {
    background: #636363 !important;
  }
      
     
      
      
      
   
      
     
      
     
      
    