.footer-fragments { margin-top: 0px !important; }

/* Default */
.banner.site > .avatar, .banner.site > .avatar img {
    /* In V12.1.6 the method to generate the file doesn't set 
           the inline width and height any more, so we have to 
           set it directly */
    width: 380px;
    height: 88px;
    /* Removed because it was causing addditional padding above */
}

@media (max-width: 570px) {
    .banner.site > .avatar, .banner.site > .avatar > a > img {
        width: 250px !important;
        height: 56px !important;
    }
}