.owl-carousel {
    position: relative;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-next {
    position: absolute;
    font-size: 50px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: 0px;
}

.owl-carousel .owl-nav .owl-prev span ,
.owl-next span {
    font-size: 50px;
    color: #000;
}

.owl-prev {
    left: 10px;
}

.owl-next {
    right: 10px;
}