.picture--container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: space-between;
}

.picture--image {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;

  img {
    max-height: calc(100vh - 206px);
    object-fit: contain;
  }
}

.picture--actions {
  display: flex;
  width: 100%;
  height: 6rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.25rem;
}
