/* Mobile video hero fix only - desktop untouched */
@media (max-width: 767px) {
    .video-hero,
    #banner,
    .banner,
    .hero-area {
        position: relative !important;
        min-height: 420px !important;
        height: 68vh !important;
        overflow: hidden !important;
    }

    video.zaid-hero-video {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        min-width: 100% !important;
        min-height: 100% !important;
        max-width: none !important;
        max-height: none !important;
        object-fit: cover !important;
        object-position: center center !important;
        display: block !important;
        z-index: 1 !important;
        background: #2199b3 url("../videos/social-card.jpg") center center / cover no-repeat !important;
    }
}

@media (max-width: 430px) {
    .video-hero,
    #banner,
    .banner,
    .hero-area {
        min-height: 360px !important;
        height: 58vh !important;
    }
}
