diff --git a/_layouts/podcast.html b/_layouts/podcast.html
index 8904534..60ae97c 100644
--- a/_layouts/podcast.html
+++ b/_layouts/podcast.html
@@ -2,7 +2,7 @@
layout: page_container
title: "The Safing Podcast"
heading: "The Safing Podcast"
-container_class: "podcast pt-64 pb-24"
+container_class: "podcast pt-40 lg:pt-64"
---
diff --git a/_layouts/video.html b/_layouts/video.html
index d50bc37..cfb07a4 100644
--- a/_layouts/video.html
+++ b/_layouts/video.html
@@ -2,7 +2,7 @@
layout: page_container
title: "The Safing Podcast"
heading: "The Safing Podcast"
-container_class: "podcast"
+container_class: "podcast pt-40 lg:pt-64"
---