.video-preview-container {
    position: absolute;
    inset: 0;
    z-index: 1000;
    pointer-events: none;
}

.video-preview-container video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: black;
}
