/* Compact photo header on inner pages; the homepage keeps its full-height hero. */
.compact-header-page header { min-height: 220px; height: 26vh; max-height: 290px; }
.compact-header-page header > a { top: 50%; bottom: auto; }
.compact-header-page header img { height: 112px; padding: 20px; }
.compact-header-page main { margin-top: 0; }
@media (max-width: 700px) {
    .compact-header-page header { min-height: 170px; height: 190px; }
    .compact-header-page header img { height: 90px; padding: 14px; }
}
