/* Keep the configured logo inside the header's 48px content area. */
.logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 160px;
    max-height: 48px;
}
