diff --git a/config/bind.sty b/config/bind.sty
index 10e6525cfccfced77cf5716aa0025b509c025b05..e25ec871ad0515d59b62d0fdd6e6444db3111279 100644
--- a/config/bind.sty
+++ b/config/bind.sty
@@ -138,11 +138,13 @@ bookmarks=true]%
 
 \newcommand{\sidejpg}[3][5]{
 	\iftoggle{verbose}{
-		\begin{wrapfigure}{O}{.#1\linewidth}
-			\noindent\includegraphics[width=\linewidth]{images/#2}
+		\needspace{8em}
+		\begin{wrapfigure}{R}{.#1\linewidth}
+			\includegraphics[width=\linewidth]{images/#2}
 		#3
 	\end{wrapfigure}
 }
+\noindent
 }
 
 \colorlet{chapnumcol}{black!55}