/* #scrollbar {
    position: fixed !important;
    z-index: 100000;
    width: 100% !important;
    margin: auto !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
} */

@media screen and (min-width: 768px) {
    #scrollbar {
        max-width: 100% !important;
    }

    #hz-relative-container {
        position: relative;
        max-width: 100vw !important;
        overflow: scroll;
    }

    .timeline-nav-slider {
        width: fit-content;
        margin: auto;
        background: #ffffff99;
        padding: 0px 10px 1px;
        border-radius: 0 0 5px 5px;
        max-width: 95%;
    }

    #track {
        max-width: 100%;
    }

    .mfp-container {
        background: #00000085 !important;
    }
}
