body {
	background-color: #000000;
        margin: 0;
	padding: 0;
}
#reproductor {
    position: fixed;
    min-height: 100%;
    min-width: 100%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%  !important;
    height: auto !important;
    z-index: -10;
    visibility: visible;
}
        /*videos = ["uno", "dos", "bruno"];*/