height: 100vh;
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
.wrapper:before {
content: "";
display: inline-block;
width: 1px;
height: 100vh;
margin-left: -1px;
vertical-align: middle;
}