<style>
.unique {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.forvidos{
position: absolute;
height: (Подгони высоту);
display: block;
width: 100%;
}
</style>
<div class="unique">
<video class="forvidos" autoplay src="{% static "video/1.mp4" %}"></video>
</div>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<?php
include("db.php");
mysql_query("SET NAMES 'utf8';");
echo $article['title'];
?>
</body>
</html>