.apnd-img {
  float: left;
  margin: 5px;
  max-height: 70px;
  max-width: 70px;
  min-height: 70px;
  min-width: 70px;
  padding: 6px;
  position: relative;
  width: 100%;
  text-align: center;
  border: 1px solid #d2d2d2;
  overflow: hidden;
}
.apnd-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.apnd-img i {
  position: absolute;
  right: 6px;
  top: 4px;
  color: #d2d2d2;
}
