.back {
  display: block;
  width: max-content;
  max-width: 100%;
  text-align: left;
}

.photo-step.active {
  grid-template-rows: auto auto auto minmax(0, 1fr) auto auto auto;
}

.photo-step > .back {
  margin-bottom: 10px;
}
