/* Smart Video Widget Fix - Force proper video scaling */
#hero-video video,
.hero-video video,
.elementor-container video,
.elementor-section video {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: top left !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: -1 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
}

/* Ensure container has proper overflow handling */
#hero-video,
.hero-video {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    height: 100% !important;
}
