/* Reduce main site logo */
.pkp_site_name .is_img img {
    max-height: 80px !important;
    width: auto !important;
}

/* Reduce journal logos (multi-journal homepage) */
.cmp_journal_item .thumb img {
    max-height: 120px !important;
    width: auto !important;
}

/* Reduce header spacing */
.pkp_site_name_wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}