.image-preview {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 150px;
  max-height: 400px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  color: #ecf0f1;
  object-fit: cover !important;
  border: 1px solid #d9dee3;
  border-radius: 0.375rem;
}
.image-preview input {
  height: 100%;
  line-height: 200px;
  font-size: 200px;
  position: absolute;
  opacity: 0;
  z-index: 10;
}
.image-preview label {
  position: absolute;
  z-index: 5;
  opacity: 0.8;
  cursor: pointer;
  background-color: #3a3a3a;
  width: 200px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  left: 0;
  /* top: 0;
  right: 0; */
  bottom: 0;
  margin: auto;
  text-align: center;
}
