.image_pinterest_pin {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  text-decoration: none;
  z-index: 1;
}

.image:hover .image_pinterest_pin {
  display: inline-block;
}
