diff --git a/bind.sty b/bind.sty
index 638d8af493a13e41d53097aa933f1080744d673b..e2c59fa848d0ab2385b85e1d5bf66294d406622b 100644
--- a/bind.sty
+++ b/bind.sty
@@ -249,6 +249,19 @@ bookmarks=true]%
 	\end{figure*}
 }
 
+\newcommand{\toppicBorder}[2]{
+	\begin{figure*}[t!]
+		\begin{tcolorbox}[colframe=black,colback=gray]
+		\IfFileExists{images/#1.svg}{
+			\includesvg[width=\textwidth]{images/#1}
+		}{
+			\includegraphics[width=\textwidth]{images/#1.jpg}
+		}
+		#2
+		\end{tcolorbox}
+	\end{figure*}
+}
+
 \newcommand{\bottompic}[2]{
 	\begin{figure*}[b!]
 		\IfFileExists{images/#1.svg}{
@@ -260,6 +273,19 @@ bookmarks=true]%
 	\end{figure*}
 }
 
+\newcommand{\bottompicBorder}[2]{
+	\begin{figure*}[b!]
+		\begin{tcolorbox}[colframe=black,colback=gray]
+		\IfFileExists{images/#1.svg}{
+			\includesvg[width=\textwidth]{images/#1}
+		}{
+			\includegraphics[width=\textwidth]{images/#1.jpg}
+		}
+		#2
+		\end{tcolorbox}
+	\end{figure*}
+}
+
 \colorlet{chapnumcol}{black!100}
 
 %%%%% Section Formatting %%%%%