/* MQTV STREAM - REUBICAR BLOQUE EN VIVO */

.hero-tv {
    position: relative !important;
}

.hero-tv-grid {
    position: relative !important;
}

/* El bloque que contiene EN VIVO */
.hero-live-card,
.hero-live,
.live-card,
.live-player,
.live-box {
    position: absolute !important;
    top: 80px !important;
    right: 40px !important;
    left: auto !important;
    bottom: auto !important;
    width: 540px !important;
    max-width: 540px !important;
    margin: 0 !important;
    z-index: 999 !important;
}

/* Si el reproductor está dentro de un enlace */
.hero-live-card a,
.hero-live a,
.live-card a,
.live-player a,
.live-box a {
    display: block !important;
}

/* Tablet */
@media (max-width: 1000px) {
    .hero-live-card,
    .hero-live,
    .live-card,
    .live-player,
    .live-box {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        width: min(540px, 92%) !important;
        max-width: 540px !important;
        margin: 30px auto !important;
    }
}