Nunca se me ocurrió hacer algo así, pero si tuviese que hacerlo, lo haría así:
Código HTML:
<head>
<meta charset="EL QUE USES" />
<link href="./video-1.css" type="text/css" rel="stylesheet" />
</head>
<body>
<iframe id="video-background" width="560" height="315" src="https://www.youtube.com/watch?v=lPbCq9ol8Pc?rel=0&controls=0&showinfo=0&autoplay=1&html5=1&allowfullscreen=true&wmode=transparent" frameborder="0" allowfullscreen></iframe>
<div>
"¡Odio a los blancaaaas!" Luis D'elía
</div>
</body>
También me jugaría con un:
Código HTML:
<body oncontextmenu="return false" onselectstart="return false" ondragstart="return false">
</body>