.section-latest_videos .plyr {
    border-radius: var(--global-border-radius);
}

.embed-responsive-16by9 .card-hover-img {
    border-radius: var(--global-border-radius);
}
.section-latest_videos .plyr__poster::before {
    content: '';
    background: linear-gradient(0deg,var(--news-card-gradient-color) 0%, #00000000 60%);
    position: absolute;
    width: 100%;
    height: 100%;
}

/* Saca el titulo cuando esta en play */
.plyr--playing:not(.plyr--stopped):has(+ .highlight-news-title-container)  ~ .highlight-news-title-container {
        display: none;
}
.plyr--paused:not(.plyr--stopped):has(+ .highlight-news-title-container)  ~ .highlight-news-title-container {
    display: none;
}
.video-select-video {
    background-color: var(--menu-select-bg-color);
    color: var(--menu-color);
    border: none;
}
.embed-responsive-16by9 .plyr {
    aspect-ratio: 16 / 9;
}
