.VueCarousel-pagination {
    position: relative;
    z-index: 2;
    margin-top: -24px !important;
}

.VueCarousel-dot {
    background-color: #fff !important;
    opacity: 0.5 !important;
    margin-top: 0 !important;
    padding: 0 10px !important;
}

.VueCarousel-dot--active {
    background-color: #fff !important;
    opacity: 1 !important;
}

.VueCarousel-dot-container {
    margin-bottom: 2px !important;
    margin-top: 0 !important;
}
