/* Constrain logo to match old SVG height (new logowname.svg is 300×95 vs old 343×43) */
#logo-block img {
    height: 43px;
    width: auto;
}
