.dm-timeline-point {
    position: sticky;
    top: 50vh;
}

.dm-timeline-left {
    position: sticky;
    top: 50vh;
}

.dm-progress-bar {
    background: linear-gradient(0deg, #c2c2c2 0%, #a1a1a1 25%, #808080 50%, #666666 75%, #404040 100%);
    height: 0%;
}

.dm-bar-container {
    position: absolute;
    left: calc(50% - 10%/2);
    top: 0%;
    height: 100%;
}

@media(max-width: 1024px) {
    .dm-bar-container {
        position: absolute;
        left: calc(50% - 10%/2);
        top: 0%;
        height: 100%;
    }
}

@media(max-width: 767px) {
    .dm-bar-container {
        position: absolute;
        left: 0%;
        top: 0%;
        height: 100%;
    }
}