.siteHeader .brandSeal.fcmHeaderLogo {
    display: block;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    object-fit: contain;
    flex: 0 0 50px;
}

@media (max-width: 720px) {
    .siteHeader .brandSeal.fcmHeaderLogo {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }
}

.authorSection .authorPortrait img.fcmAuthorPortrait {
    filter: none !important;
    object-fit: cover;
    object-position: 50% 0%;
}
