.image-upload {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  background: black;
  cursor: pointer;
  overflow: hidden;
}

.upload-progress {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 5px 0 5px;
  background: rgba(0, 0, 0, 0.3);
}

.progress-container {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.progress-container__progressbar {
  height: 15px;
  margin: 0;
}

.upload-btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

.upload-btn__label {
  text-align: center;
  color: gray;
}

.image-container {
  vertical-align: middle;
  text-align: center;
}

.image-container__image {
	height: 98px;
	width: auto;
}
