I want to change the layout of this. The two \underbrace should have the same height and the distances should be equal.
I hope you can teach me how to do this.
Thank you a lot!
\documentclass{scrartcl}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{mathtools}
\usepackage{amsthm}
\newcommand{\vin}{\rotatebox[origin=c]{-90}{$\in$}}
\begin{document}
$$\underbrace{f^{12}}_{\substack{\vin\\{\cal M}_{12k}(\Gamma)}}\cdot\underbrace{\Delta^{-k}}_{\substack{\vin\\{\cal M}_{-12k}(\Gamma)}}\in{\cal S}_{0}(\Gamma)=\{0\}$$
\end{document}

