In css you should add:
.item {
transform: rotate(-90deg);
}
.owl-carousel{
transform: rotate(90deg);
}
In js add :
$('.owl-carousel').owlCarousel({
loop: true,
items: 3,
animateOut: 'slideOutUp',
animateIn: 'slideInUp'
});