.shot img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.shot.natural {
  width: max-content;
  max-width: 100%;
  justify-self: center;
}

.edit-gallery {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

@media (max-width: 900px) {
  .edit-gallery {
    grid-template-columns: 1fr;
  }
}
