/**
 * Front CMS header logo sizing (all themes).
 * Uploaded logos can be very large; keep the navbar compact.
 */
header a.logo img,
header .navbar-brand.logo img,
a.logo img.front-cms-site-logo {
    max-height: 70px;
    max-width: 220px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

header a.logo,
header .navbar-brand.logo,
a.logo {
    height: auto;
    line-height: normal;
}

.affix#alert header a.logo img,
.affix#alert header .navbar-brand.logo img {
    max-height: 55px;
    max-width: 200px;
}

@media (max-width: 767px) {
    header a.logo img,
    header .navbar-brand.logo img,
    a.logo img.front-cms-site-logo {
        max-height: 55px;
        max-width: 180px;
    }
}
