html{
  margin:0;
}
img{
  max-width: 100%;
}
*{
  margin:0px;
  max-height: 100%;
  max-width: 100%;
}
article{
  max-height: 100vh;
}
iframe#contenedor-principal{
  border:none;
  display:block;
  height: 100vh;
  overflow: hidden;
  width: 100vw;
}

/**** pantalla nuevos compañeros *****/
.nuevo-companero{
  background-image: url("/wp-content/themes/sidntv/imagenes/plantilla_nuevos_peces.jpg");
  background-position: center;
  background-repeat: no-repeat;
  font-family: Helvetica;
  font-weight: bold;
  height: 100vh;
  width: 100vw;
}
.nuevo-companero-contenido {
  float: right;
  margin-top: 30vh;
  width: 49%;
}
.nuevo-companero-text1{
  color:#3d3440;
  font-size: 72px;
  width: 90%;
}
.nuevo-companero-text2{
  color:#f8691c;
  font-size: 135px;
  line-height: 200px;
}
.nuevo-companero-text3{
  color:#3d3440;
  font-size: 104px;
}
video, img{
	width:100%;
  background-color: white;
}