diff --git a/pod/episodes.html b/pod/episodes.html
index b7f577a..bcc695a 100644
--- a/pod/episodes.html
+++ b/pod/episodes.html
@@ -153,6 +153,7 @@
+
diff --git a/pod/index.html b/pod/index.html
index 7468f2c..a08a03d 100644
--- a/pod/index.html
+++ b/pod/index.html
@@ -99,6 +99,7 @@
+
diff --git a/pod/style.css b/pod/style.css
index 6f9796e..44acbee 100644
--- a/pod/style.css
+++ b/pod/style.css
@@ -137,3 +137,9 @@ footer {
.nav-item > a {
color: black;
}
+
+@media screen and (max-width: 1200px) {
+ #sidenav h1, #sidenav h2, #sidenav ul {
+ display: none;
+ }
+}