#author_image_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}

#author_image_wrapper img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: -20px;
}

#comment-slider-nav button{
    background: transparent;
    border: none;
}

#slider-wrapper{
    min-height: 140px;
}