.owl-dots {
    position: absolute;
    left: 0;
    width: 50%;
    margin-top: 10px;
    text-align: left !important;
}

.owl-nav {
    position: absolute;
    right: 0;
    width: 50%;
    text-align: right !important;
    margin-top: 0px !important;
}

@media screen and (max-width: 425px) {
    .owl-nav {
        display: none;
    }
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item img {
    width: auto;
    height: 100%;
}

.owl-carousel {
    padding-bottom: 30px;
}

.owl-stage {
    flex-wrap: wrap !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 5px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: black;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #000;
}