.feed-avatar{
  overflow:hidden;
  padding:4px;
  background:#fff;
}
.feed-avatar img{
  width:100%;
  height:100%;
  object-fit:contain;
}
