﻿/* Agrega esto al CSS */
.video-js .vjs-big-play-button {
    background-color: rgba(102, 126, 234, 0.8) !important;
    border: 2px solid white !important;
    border-radius: 50% !important;
    width: 80px !important;
    height: 80px !important;
    line-height: 80px !important;
}

.video-js:hover .vjs-big-play-button {
    background-color: rgba(102, 126, 234, 1) !important;
    transform: scale(1.1);
}

/* Estilos para el video nativo */
video {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    background: #000;
}
