.authorAside {}
    .authorAside-head {
        display: flex;
        justify-content: space-between;
        margin-bottom: .75rem;
        align-items: center;
        text-shadow: 0 1px 0 rgba(0,0,0,0.12);
    }
    .authorAside-head > div {
        flex-grow: 1;
    }
    .authorAside-name {
        margin-bottom: .25rem;
    }
    .authorAside-title {
        text-transform: uppercase;
        font-size: .7em;
        line-height: 1.1;
    }
    .authorAside-img {
        width: 3.80em;
        flex-grow: 0;
        flex-shrink: 0;
        margin-right: 1rem;
    }
    .authorAside-icon {
        font-size: 2em;
        margin-right: 1rem;
    }
    .authorAside-body {
        font-size: .85em;
        margin-bottom: 1rem;
    }
    @media (min-width: 801px) and (max-width: 1024px) {
        .authorAside {
            font-size: .9em;
        }
    }
    @media (max-width: 800px) {
        .authorAside {
            font-size: 1.25em;
        }
    }