#wrapper {
    justify-content: center;
    height: 100%;
}

@media (max-width: 875px) {
    #wrapper {
        height: unset;
    }
}