diff --git a/beamerthemelumc.sty b/beamerthemelumc.sty
index 2750e6e3970430cda864b400301e410386340a8c..f66bf81cff282e048d49ac49a357f44a6d3a6420 100644
--- a/beamerthemelumc.sty
+++ b/beamerthemelumc.sty
@@ -80,7 +80,8 @@
 % A filled fragile frame.
 \newenvironment{pframe}{
   \begin{frame}[fragile, environment=pframe]
-    \begin{minipage}[t][1.15\textheight]{\textwidth}
+    \frametitle{\insertsubsection}
+    \begin{minipage}[t][1.03\textheight]{1.03\textwidth}
 }{
     \end{minipage}
   \end{frame}