

/*CSS*/



body{
    width: 100vw;
    width: 100%;
    height: 100vh;
    height: 100%;
    background-image: url(../images/fondo.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.container{
    padding-top: 5%;
    width: 50%;
    margin: 0 auto; 
}
.videoplayer{
    width: 100%;
    height: auto;
}