.post .post_author div.author_avatar img {
border-radius: 55%;
transition:all 0.3s ease;
}
.post .post_author div.author_avatar img:hover {
border-radius: 0%;
transition:all 0.3s ease;
}