.mvo_hero.mvo_hero_enterprise {
    background-image: url("../images/hero-datacenter-enterprise-tecnico-frontal-1536-v1.webp?v=20260829-video-2");
}

.mvo_hero_technician_video {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    pointer-events: none;
}

@media (max-width: 760px) {
    .mvo_hero.mvo_hero_enterprise {
        background-image: url("../images/hero-datacenter-enterprise-tecnico-frontal-768-v1.webp?v=20260829-video-2");
    }

    .mvo_hero_technician_video {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mvo_hero_technician_video {
        display: none;
    }
}
