prueba vsl video y boton

script>var vid = document.getElementById( 'bgvid' ), vid2 = document.getElementById( 'content' ); vid.onended = function() { vid2.style.display = 'block'; document.getElementById( 'headline2' ).innerHTML = 'stuff'; document.getElementById( 'headline3' ).innerHTML = 'stuff'; } * { box-sizing: border-box } body { margin: 0 } #bgvid { position: fixed; top: 0; left: 0; min-width: 100%; min-height: 100% } #content { display: none; position: fixed; overflow-y: auto; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0, 0, 0, 0.5); color: #f1f1f1; text-align: center } #akiratrailer { margin: 0 auto; width: 50% } .button { width: 200px; font-size: 18px; padding: 10px; border: none; background: #000; color: #fff; cursor: pointer; text-decoration: none } .button:hover { background: #ddd; color: black }