<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<div id="video-container">
<video preload="auto" autoplay loop muted width="1440" height="810">
<source src="http://www.xtianmiller.com/dist/videos/winter_creek.mp4" type="video/mp4">
<source src="http://www.xtianmiller.com/dist/videos/winter_creek.webm" type="video/webm">
</video>
</div>
<div class="overlay">
<div class="overlay__inner">
<h2>Fullscreen HTML5 Background Video</h2>
<p>
Utilizes Javascript to create cover effect and updates on resize. Modernizr determines an image fallback for touch devices.
</p>
<a href="http://xtianmiller.com/notes/fullscreen-html5-background-video/" class="btn" target="_blank">
<span class="row1">Read Article</span>
<span class="row2">Read Article</span>
</a>
</div>
</div>