.elemento {
    
    background-image: url('../imagens/Raio2.png');
    background-size: cover;
    background-repeat: no-repeat; /*não repete a imagem*/
    
    left: 0;
    bottom: 0;
    width: 100%; /*ocupa toda a largura da tela*/
    height: 100%; /*ocupa toda a altura da tela*/
    position: absolute; /*remove margens e padding*/
  }
  .video-container {
    width: 100%;
    height: 100%;
  }
  .vimeo-playbar {
    display: none;
}
.text-justify{
    text-align: justify;
}