.owl-carousel .owl-item {
    position: relative;
    z-index: 1;
    min-height: 1px;
    float: left;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
