@media(max-width: 768px) {
    .elementor-author-box {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
}
.elementor-author-box__avatar img {
    height: 100%!important;
    width: 350px!important;
    aspect-ratio: 5/3;
    object-fit: cover;
}