.vcfld-video-wrapper {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

#vcfld-video {
    width: 100%;
    max-width: 800px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.vcfld-video-wrapper video::-webkit-media-controls {
    display: none !important;
    /* Hide default controls if possible */
}
