#author-profile{
    width: var(--std-column-width);
    max-width: var(--max-screen-width)
}
#author-profile img{
    float:left;
    position:relative;
    z-index: 1500;
    max-width: 550px;
    width: 30%;
    margin: var(--gaps);
    margin-left: 0;
}
@media screen and (max-width: 720px){
    #author-profile img{
        float: none;
        width: 100%;
        margin:0;
    }
}