.tnp_img1_input__description {
  margin: 0 10px;
  padding:4px 0;
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  z-index: 2;
  width: var(--preview_w_img);
  background-color: rgba(40, 39, 39, 0.3);
  color: var(--white);
  border: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius:5px ;
  text-align: center;
  vertical-align: middle;
  font-size: 0.9rem;
  font-weight: 500;
  visibility: hidden;
}

.tnp_img1_input_container {
  position: relative;
  padding: 0;
  margin: 0;
  width: var(--preview_w_img);
  height: var(--preview_h_img);
}
.tnp_img1_input_uploader {
  position: absolute;
  opacity: 0;
  z-index: 1;
  left: 0;
  top: 0;
  width: var(--preview_w_img);
  height: var(--preview_h_img);
}