main img {
  max-width: 100%;
  max-height: 100%;
}

.images {
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.images a {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

h2 {
  margin: 0 0 20px 0;
}

.tall {
  max-width: 70%;
}

@media screen and (max-width: 550px) {
  .tall {
    max-width: 100%;
  }
}/*# sourceMappingURL=camera.css.map */