#vx-alert > .ts-notice
{
    bottom: unset !important;
    top: 50%;
}
#vx-alert > .ts-notice::before 
{
    content: "";
    width: 100%;
    background: red;
    height: 100%;
}