.custom-video-embed, .video-preview {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.custom-video-embed video, .video-preview video {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
