I want to put an image completely to the right of my document. However when I want the caption under it, the caption breaks in the middle and appears in parts under the image. But I want this caption to be just as long as the image. It looks like this now:

with my code:
\begin{wrapfigure}{r}{0.1\textwidth}
\vspace{-20pt}
\begin{center}
\includegraphics[width=0.48\textwidth]{simple_OTA_empty_added.png}
\end{center}
\caption{schematic of simple OTA}
\label{fig:schematic_simple}
\vspace{-10pt}
\end{wrapfigure}
centerenvironment but\centering. – Schweinebacke Apr 27 '19 at 12:510.1\textwidth) that is, 10% of the text width. Inscrease it. – Sigur Apr 27 '19 at 12:51