.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    left: -45px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 30%;
    right: -45px;
    display: block !important;
    border: 0px solid black;
}

.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}

.owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 20px;
}