.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto!important;
}
.owl-next, .owl-prev{
    position: absolute;
    top: 40%;
    width: 50px;
}
.owl-next{    
    right: 0;    
}
.owl-prev{
    left: 0;    
}
.owl-next span, .owl-prev span{
    font-size: 36px;
    background: rgb(82 50 16 / 59%);
    padding: 1px 12px;
    color: white;
}