.img-sorting_start, .img-sorting_selection {
  height: 360px;
}
.img-sorting_start img, .img-sorting_selection img {
  position: relative;
  width: 240px;
  height: 360px;
  object-fit: cover;
  object-position: 0% 100%;
  border-radius: 12px;
}

.img-photo_detail {
  height: 360px;
}
.img-photo_detail img {
  position: relative;
  width: 240px;
  height: 360px;
  object-fit: cover;
  object-position: 0% 0%;
  border-radius: 12px;
}

#photo-mission-points .section-body {
  display: flex;
  flex-direction: column;
}
#photo-mission-points .img_and_caption_wrapper {
  display: flex;
  flex-wrap: wrap;
}
#photo-mission-points .img_and_caption_wrapper .image_caption {
  width: 280px;
}
#photo-mission-points img {
  width: 240px;
  height: 240px;
  object-fit: cover;
  border-radius: 12px;
}

/*# sourceMappingURL=template-apps-poypoy-game-sortingmission.css.map */
