.full-view > span.ant-avatar > img {
  object-fit: contain;
}#bth-with-preview #preview {
  opacity: 0;
  transition: all 0.1s linear;
}
#bth-with-preview:hover #preview {
  opacity: 1;
  transition: all 0.3s linear;
}