.owl-carousel .owl-wrapper {
    display: table !important;
}
.owl-carousel .owl-item {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.owl-carousel .owl-item > div {
    text-align: center;
}