.owl-carousel {
    touch-action: manipulation;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.video--slider .owl-theme .owl-nav [class*=owl-] {
    margin-top: -20px;
    top: 50%;
}

.video--slider .video--item.hidden {
    display: none;
}

.video--slider .video--item--article--img:before {
    position: absolute;
    width: 70px;
    height: 70px;
    top:50%;
    left: 50%;
    transform: translate(0, 0);
    -ms-transform:translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0); 
    -webkit-transform: translate(0, 0); 
    margin-top: -35px;
    margin-left: -35px;
}

@media only screen and (max-width: 768px) {
    .video--slider .video--item--article--img {
        position: unset;
      }
    .video--slider .video--item {
        position: relative;
    }
    .video--slider .item--article--img {
        height: 120px;
    }
    .video--slider .owl-carousel .owl-item img {
        width: 100%;
    }
}