.story_lightbox.vlike-smart-story-active .mfp_progress_line_ {
    position: relative;
    overflow: hidden;
}

.story_lightbox.vlike-smart-story-active .mfp_progress_line_ .width_ {
    display: block;
    width: 0;
    height: 4px;
    border-radius: 2em;
    background: #fff;
    transition: none !important;
}

.vlike_story_countdown {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 8;
    min-width: 48px;
    padding: 5px 9px;
    border-radius: 14px;
    color: #fff;
    background: rgba(0, 0, 0, .56);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    backdrop-filter: blur(8px);
}

.vlike_story_video_controls {
    position: absolute;
    right: 14px;
    bottom: 18px;
    z-index: 9;
    display: flex;
    gap: 8px;
}

.vlike_story_video_controls button {
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 0, 0, .56);
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    backdrop-filter: blur(8px);
}

.story_lightbox.vlike-smart-story-video #video_story {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    background: #000;
    cursor: pointer;
}

.story_lightbox.vlike-story-awaiting-play .vlike_story_play_toggle {
    width: 54px;
    height: 54px;
    line-height: 54px;
    box-shadow: 0 0 0 5px rgba(255,255,255,.18);
}

.story_lightbox.vlike-story-error .tag_lbox_img_innr::after {
    content: 'Video cannot be played. Moving to the next story…';
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    max-width: 80%;
    padding: 10px 14px;
    border-radius: 10px;
    color: #fff;
    background: rgba(0,0,0,.72);
    text-align: center;
    transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
    .vlike_story_countdown {
        top: 10px;
        right: 10px;
    }
    .vlike_story_video_controls {
        right: 10px;
        bottom: 74px;
    }
    .vlike_story_video_controls button {
        width: 46px;
        height: 46px;
        line-height: 46px;
    }
}
