diff --git a/website/content/height_stabilization.md b/website/content/height_stabilization.md
new file mode 100644
index 0000000000000000000000000000000000000000..dc28ec032ab293bcd7577f5bd2f72b27f1d88da3
--- /dev/null
+++ b/website/content/height_stabilization.md
@@ -0,0 +1,13 @@
+Title: Height Stabilization (movie)
+Date: 2016-12-04
+Authors: Brendan
+Category: Highlights
+image:
+
+The following test flight demonstrates altitude stabilization. Once the pilot puts the quadcopter into autonomous mode, the quadcopter uses its internal control algorithm to maintain its altitude. The pilot still must provide x and y-axis stabilization through the remote control.
+
+<figure>
+<video controls>
+<source src="/videos/height_stabilization.mp4">
+</video>
+</figure>
diff --git a/website/content/videos/height_stabilization.mp4 b/website/content/videos/height_stabilization.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..dc9016fa28c9921f5ffd8ff873093b7052c1a61a
Binary files /dev/null and b/website/content/videos/height_stabilization.mp4 differ
diff --git a/website/pelicanconf.py b/website/pelicanconf.py
index 367a5554cd4c7dcb60396583f2f55003d01d1da2..c981948e70b5af66d8902d2232e6f2e02673dfdd 100644
--- a/website/pelicanconf.py
+++ b/website/pelicanconf.py
@@ -40,7 +40,7 @@ DEFAULT_PAGINATION = False
 THEME = 'themes/notmyidea'
 
 # Static Content
-STATIC_PATHS = ['images', 'files']
+STATIC_PATHS = ['images', 'files', 'videos']
 
 # Page Order
 PAGE_ORDER_BY = 'sortorder'
diff --git a/website/themes/notmyidea/static/css/main.css b/website/themes/notmyidea/static/css/main.css
index 3e39c1259cdba1310dd5d3120396f0e01e1abaa6..08af1d6658ca25465a5918c1547fe3b5341d0b84 100644
--- a/website/themes/notmyidea/static/css/main.css
+++ b/website/themes/notmyidea/static/css/main.css
@@ -383,7 +383,7 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;}
 }
 li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
 #content > .hentry {padding: 1em 0;}
-.hentry img{ display: none; }
+.hentry img, .hentry video{ display: none; }
 .entry-title {font-size: 3em; /*! margin-bottom: 10px; */ /*! margin-top: 0; */}
 .entry-title a:link, .entry-title a:visited {text-decoration: none; color: #333;}
 .entry-title a:visited {background-color: #fff;}
@@ -495,6 +495,10 @@ figure {
   margin: 1em;
 }
 
+video {
+  width: 100%;
+}
+
 @media screen and (max-width:500px) {
 
 	#banner nav li {