#process-image {
  width: 100%;
  height: auto;
}

.thumb-info-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}

.thumb-info-wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(16, 16, 25, 0.5);
  z-index: 1;
}

.thumb-info:hover .thumb-info-wrapper::before {
  background: none;
}

.show {
  font-size: 0.75rem;
  cursor: pointer;
}
