.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}

#fondo-contenido{
	position:absolute;
	top:30%;
	width:100%;
	height:198px;
	max-width:700px;
	min-width:200px;
	background-color:white;
	opacity: 0.6;
	z-index:1;
	
}

#contenido{
	position:absolute;
	top:30%;
	width:100%;
	height:198px;
	max-width:700px;
	min-width:200px;
	background-image:url('../imagenes/BarraTextura.png') ;
	background-repeat: repeat-x;
	z-index:2;
}
.wrapper{
	margin-left:20%;
	width:100%;
	margin-top:50px;	
}
.logos{	
	display:inline;
	padding:15px;
}
.logos img {
	width:75px;	
}
.texto{
	margin-left:-20px;
	width:75%;
	font-family:Arial, sans-serif;
	font-weight:bold;
	font-size:20px;
}
video {
    pointer-events: none;
}
@media (max-width: 760px) {
    .fullscreen-bg {
        background: url('../imagenes/ImgGHO_BG_01.png') center center / cover no-repeat;
    }

    .fullscreen-bg__video {
        display: none;
    }
.logos img {
	width:40px;	
}
.texto{	
	
	font-size:14px;
}
}