/* Shared wide-screen grid: header, page content and footer keep one axis. */
@media (min-width: 1600px) {
    .container {
        width: 1440px;
        max-width: calc(100% - 96px);
    }
}
