.apnd-img {
  float: left;
  margin: 5px;
  max-height: 70px;
  max-width: 70px;
  min-height: 70px;
  min-width: 70px;
  padding: 3px;
  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 span {
  position: absolute;
  right:0;top:0;
  font-family:icomoon;
  font-size:12px;
  color: red;
  cursor:pointer;
}
