#middle {
    padding: 50px 0;
}

@media (max-height: 430px) {
    #middle {
        padding: 0;
    }

    #bottom {
        display: none;
    }
}