.custom-owl-carousel .owl-nav [class*=owl-] {
position: absolute;
top: 50%;
transform: translateY(-50%);
margin-top: -20px;
}
.custom-owl-carousel .owl-nav button.owl-prev {
left: -24px;
}
.custom-owl-carousel .owl-nav button.owl-next {
right: -24px;
}
responsive : {
// breakpoint from 0 up
0 : {
option1 : value,
option2 : value,
...
},
// breakpoint from 480 up
480 : {
option1 : value,
option2 : value,
...
},
// breakpoint from 768 up
768 : {
option1 : value,
option2 : value,
...
}
}