/*Sponsor Section*/
/*----------------------------------------------------*/

  .bar-video-sponsor-slider.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
  }
  .bar-video-sponsor-slider .sponsor-img {
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #2A2928;
    border-left: none;
    border-top: none;
  }
  
  .bar-video-sponsor-section {
    margin-bottom: -25px;
  }