#box {
  position: absolute;
  top: 0;
  left:0;
  width:100%;
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#divPlayer {
  position: absolute;
  background-color: rgba(0, 0, 0, 1);
  display:none;
//  top: 100px; esta no javascript
//  left:100px; esta no javascript
//  width: 640px; esta no javascript
//  height: 300px; esta no javascript

}

#video {
	width: 100%;
}

#divPeliculaFull {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../../imagens/pelicula.png');
  background-size: cover;
}

#divPeliculaFull img {
  position: absolute;
  bottom: 0;
  right: 0;
   cursor: pointer;
}

#divControles {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 10%;

}

#divControles img {
   float: left;
   cursor: pointer;
}

#divCobertura {
   position: absolute;
   top: 0;
   left:0;
   width:100%;
   height:100%;
   background-image:url('../../imagens/cobertura.png');
   background-size: cover;
}
