.vlike_story_upload_hint {
    display: block;
    margin: -8px 0 12px;
    color: #8a93a3;
    font-size: 12px;
}

#vlike_story_media_meta {
    margin: 8px 0 0;
    color: #596273;
    font-size: 13px;
    font-weight: 600;
}

.vlike_story_upload_preview {
    display: block;
    width: 100%;
    max-height: 56vh;
    border-radius: 12px;
    background: #000;
    object-fit: contain;
}

#copy_story_bgdrop video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(24px);
    transform: scale(1.08);
}
