.mp-banner-slider .owl-dots {
    position: absolute;
    top: 88%;
    left: 49%;
    z-index: 15;
}

.mp-banner-slider .owl-dots .owl-dot {
    box-shadow: none;
}

.sidebar .mp-banner-slider .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
}

.sidebar .mp-banner-slider .owl-dots {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.banner-item img.mobile-only {
    display: none;
}

@media only screen and (max-width: 764px) {
    .mp-banner-slider .owl-dots {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .banner-slider.banner-item img.mobile-only {
        display: block;
    }

    .banner-slider.banner-item img.desktop-only {
        display: none;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .mp-banner-slider .owl-dots {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 1390px) {
    .owl-theme .owl-nav {
        display: none;
    }
}
