@media screen and (min-width:800px) {
    #pratt-container .sc_button {
        margin-top: calc(50% - 35px);
    }
}
#pratt-container {
    padding-top: 8rem;
    padding-bottom: 8rem;
    box-shadow: inset 0 100px 600px 200px rgba(0, 0, 0, 0.75);
    background-attachment: fixed;
    background-size: cover;
}