#container-wrap {
    top: 50%;
    height: auto;
}
#container {
   transform: translateY(-50%);
}