.owl-prev,
.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    /* border: 0px solid black; */
    width: 40px;
    background-color: #fff !important;
    /* height: 88px; */
    top: 0;
    bottom: 0;
    margin: auto 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}
.owl-carousel {
    position: relative;
}
.owl-prev {
    left: 15px;
    position: absolute;
}
.owl-next {
    right: 15px;
    position: absolute;
}
.owl-prev i,
.owl-next i {
    transform: scale(2, 2);
    color: #000000;
    height: 10px;
}
