$(document).ready(function() {
$(".owl-carousel").owlCarousel({
loop: true,
// autoplay: true,
items: 1,
nav: true,
navText: ['12', '12'],
responsive: {
0: {
items: 2
},
480: {
items: 3
},
768: {
items: 5
}
}
});
});