body {
	margin: 0;
	overflow: hidden;
}
	
.video-js{
    min-width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
        
    min-height: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    font-size: 10px;
    position: fixed !important;
}
    
html,body { 
    overflow:hidden; 
}
    
body::-webkit-scrollbar {
    display: none;  /* Ocultar scroll */
}

.fondo {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.20);
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
}

.mensaje_re {
    display: none;
    background: #000;
    width: calc(100% - 40px);
    max-width: 200px;
    padding: 5px;
    z-index: 100;
    border-radius: 10px;
    position: fixed;
    margin: 5% auto;
    top: 18%;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    box-shadow: 0px 2px 20px 10px rgba(222,222,222,.25);
}

.botones {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid #fff;
    margin-top: 5px;
    padding-top: 5px;
}

.boton{
    width: 50%;
    background: #595959;
    border: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 12px 15px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s ease all;
    border-radius: 5px;
    margin: 3px 8px;
    font-size: 14px;
}

.activo {
	display: block;
}

@media screen and (max-width: 300px){
    /*.video-js {
        font-size: 12px; 
    }
    
    .video-js .vjs-control-bar {
        height: 5em;
    }*/
}
