.owl-carousel .owl-wrapper {
    display: table !important;
}

.owl-carousel .owl-item {
    display: table-cell;
    float: none;
    vertical-align: center;
}

.owl-carousel .owl-item img {
    display: block;
    height: 80px;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
}