.owl-carousel .owl-stage-outer {
position: relative;
}
.owl-nav {
position: absolute;
width: 100%;
height: 0px;
top: 40%;
z-index: 999;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
}