.picture {
  position: relative;
}

.picture .item-description {
  padding: 5px 15px;
  border: none;
  margin: 0px;
}

.picture img {
  width: 100%;
  height: auto;
}

.image-overlay-link {
  transition: all 0.43s ease-in-out;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 4;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(./icon-link.png);
  cursor: pointer;
}

.picture:hover .image-overlay-link {
  background-color: #29a9df;
  opacity: 0.75;
}
