.carousel-control-prev, .carousel-control-next {
    width: 5%;
    background-color: black;
    opacity: 0.2;
}

.owl-custom {
    position: relative;
}
.owl-theme .custom-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}
.owl-theme .custom-nav .owl-prev, 
.owl-theme .custom-nav .owl-next {
    position: absolute;
    z-index: 100;
    border-radius: 50%;
    background-color: #e7e7e7;
    font-size: 20px;
    color: black;
    padding: 0px 8px;
}
.owl-theme .custom-nav .owl-prev:hover, 
.owl-theme .custom-nav .owl-next:hover {
    background-color: red;
    opacity: 0.5;
}
.owl-custom .owl-carousel {
    text-align: center;
}

.owl-custom .owl-prev {
    left: 0;
}

.owl-custom .owl-next {
    right: 0;
}
.owl-custom .owl-dots {
    display: none;
}