[bt-type="avatar"][bt-template="template1"] .bt-avatar_image-wrap{
    display: flex;
    justify-content: center;
}

[bt-type="avatar"][bt-template="template1"][bt-opt-text-align-v="top"] .bt-avatar_wrap{
    flex-direction: column-reverse;
}

[bt-type="avatar"][bt-template="template1"] .bt-avatar_image {
    border-radius: 50%;
}

[bt-type="avatar"][bt-template="template1"] .bt-avatar_wrap.bt-avatar_size-small .bt-avatar_image {width: 160px; height: 160px;}
[bt-type="avatar"][bt-template="template1"] .bt-avatar_wrap.bt-avatar_size-medium .bt-avatar_image {width: 200px; height: 200px;}
[bt-type="avatar"][bt-template="template1"] .bt-avatar_wrap.bt-avatar_size-large .bt-avatar_image {width: 240px; height: 240px;}

[bt-type="avatar"][bt-template="template1"] .bt-avatar_text-wrap{
    padding: 18px 0 0 0;
}

[bt-type="avatar"][bt-template="template1"][bt-opt-text-align-v="top"] .bt-avatar_text-wrap{
    padding: 0 0 18px 0;
}