I am trying to align two vector definitions next to each other. Both equations are (and should be) numbered. I found a similar (answered) question on Stack but my equations doesn't seem to align properly. 
This is my code
\begin{multicols}{2}
\begin{equation}
\label{eq:va}
\begin{aligned}
\textbf{v}_a = \begin{pmatrix}
{\alpha_1} \\ {\alpha_2} \\ {\vdots} \\ {\alpha_{T-1}} \\ {\alpha_T} \end{pmatrix}
\end{aligned}
\end{equation}\break
\begin{equation}
\label{eq:vc}
\begin{aligned}
\textbf{v}_c = \begin{pmatrix}
{\beta_1} \\ {\beta_2} \\ {\vdots} \\ {\beta_{T-1}} \\ {\beta_T} \end{pmatrix}
\end{aligned}
\end{equation}
\end{multicols}

