li{
    margin: 20px 0;
  }
#prova1{
  position: absolute;
  top: 390px;
  right: 650px;
  width: 400px;
  line-height: 40px;
}

#prova2{
  position: absolute;
  top: 390px;
  left: 600px;
  width: 500px;
  line-height: 40px;
}

#provaleft{
  position: absolute;
  top: 390px;
  right: 550px;
  width: 500px;
  line-height: 40px;
}

#provaright{
  position: absolute;
  top: 390px;
  left: 550px;
  width: 500px;
  line-height: 40px;
}

#provaleft_c{
  position: absolute;
  top: 200px;
  right: 150px;
  width: 500px;
  line-height: 40px;
}

#provaright_c{
  position: absolute;
  top: 200px;
  left: 150px;
  width: 500px;
  line-height: 40px;
}

#provac{
  position: absolute;
  top: 300px;
  left: 270px;
  width: 400px;
  line-height: 70px;
}

#provacup{
  position: absolute;
  top: 10px;
  left: 270px;
  width: 400px;
  line-height: 70px;
}

#upperright1{
  position: absolute;
  top: 120px;
  left: 200px;
  width: 500px;
  line-height: 40px;
}

#upperright2{
  position: absolute;
  top: 120px;
  left: 400px;
  width: 500px;
  line-height: 40px;
}

#ccpp1
{
  margin-top: 30%;
}

#ccpp2
{
  margin-top: 35%;
}



.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
}
.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

  -webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
  filter: blur(5px);

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
