.upload-img {
  width: 100%;
}
.img-position {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.position-btn {
  display: flex;
  width: 100%;
  margin-right: 12px;
  align-items: center;
  text-align: center;
}
.position-btn.active {
  text-decoration: none;
  background: #fff;
}
.inner-btn {
  flex: 1;
}
