.gtea-widget-single-post-author {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    .gtea-widget-single-post-author__avatar {
        overflow: hidden;
        img {
            width: 100%;
            height: auto;
        }
    }
}