body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}
.vjs-volume-control{
    display: none !important;
}

.vjs-seek-to-live-text{
    display: none;
}

#video {
    margin-top: 20px;
    width: 90vw;
    height: 40vh;
}

.vjs-big-play-button {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100px !important;
    width: 100px !important;
    background-color: rgb(255, 0, 0) !important;
    border: 3px solid rgb(255, 255, 255) !important;
    border-radius: 100px !important;
}
.vjs-big-play-button::before{
    color: rgb(255, 255, 255);
    margin: auto;
    position: static;
}

.vjs-icon-placeholder::before{
    color: rgb(255, 255, 255);
    top: 50%;
    position:absolute
}

/* Estilo para los controles del reproductor */
.vjs-control {
    font-size: 1em;
}

.vjs-control-bar {
    font-size: 0.5em;
}
#divAviso{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: 2px solid white;
    min-height: 30px;
    min-width: 120px;
    height: 5%;
    width: 12%;
    font-size: 0.5em;
    position: absolute;
    bottom: 10%;
    right: 1%;
    opacity: 0.5;   
}

picture{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;  
}

@media(min-width: 600px){
    #video {
        width: 90vw;
        height: 70vh;
    }
}

@media (min-width:1020px) {
    #video {
        width: 65vw;
        height: 70vh;
    }
}