/* Scope the four reviewed 4:3 member assets without changing any other member layout. */
.profile-photo-wall button:has(
  > .member-detail-photo-frame img.avatar-crop-image[src*="/member-landscape-4x3/20260825T143356Z/"]
),
.album-grid figure:has(
  > .member-album-photo-frame img.avatar-crop-image[src*="/member-landscape-4x3/20260825T143356Z/"]
) {
  min-height: 0;
  aspect-ratio: 4 / 3;
}
