/* HAPUS INDIKATOR BULAT/TITIK SLIDER MOBILE */
@media (max-width: 768px) {
    .dbj-mobile-dots,
    .dbj-mobile-dot,
    .dt-slider-dots,
    .dt-slider-dot,
    .hero-dots,
    .hero-dot,
    .dbx-dots,
    .dbx-dot,
    .warga-slider-dots,
    .warga-dot {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        width: 0 !important;
        height: 0 !important;
        min-width: 0 !important;
        min-height: 0 !important;
        max-width: 0 !important;
        max-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        pointer-events: none !important;
    }

    .dbj-mobile-slider-wrap {
        padding-bottom: 8px !important;
    }

    .dbj-mobile-track {
        padding-bottom: 0 !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }

    .dbj-mobile-track::-webkit-scrollbar {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
    }
}