@media screen and (max-width:700px) {
    section {
        max-height: 100%;
    }
}

@media screen and (max-width:610px) {
    section div.links {
        width: 90%;
    }
}