.h5p-img {
    position: relative;
    width: fit-content;
}
.pic_mini_share {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    right: 0px;
}

#h5p_img:focus {
  outline-width: 2px;
  outline-style: dashed;
  outline-color: #ff0000;
  outline-offset:-2.5px;
  border: none;
}