.img-wrapper {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.img-wrapper .img-breadcrumbs {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  display: none;
  padding: 0 2px;
  font-size: 11px;
}
.img-wrapper:hover .img-breadcrumbs {
  display: block;
}
