/* Show full video and preview image without cropping */
.elementor-widget-video .elementor-custom-embed-image-overlay img,
.elementor-widget-video video,
.elementor-widget-video iframe {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

/* Ensure the container maintains its size and layout */
.elementor-widget-video .elementor-wrapper,
.elementor-widget-video .elementor-video-container {
    height: 100% !important;
    padding-bottom: 0 !important;
    background: black; /* Optional: adds black bars if the video aspect ratio doesn't match the container */
}
