.slider {
    position: relative;
}
    
.custom-nav {
    position: absolute;
    top: 22%;
    left: 0;
    right: 0;
}

.custom-nav button {
    background:none !important;    
}
        
.owl-prev, .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}
.owl-prev i, .owl-next i {
    font-size: 2.5rem;
    color: #000;
}
            

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-carousel .owl-item img {
    display: block;
    width: 80%;
    padding-left: 10%;
}


@media screen and (max-width: 600px) {

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    padding-left: 0;
}


}