.fo-photo-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 100%;
  aspect-ratio: 4 / 5;
  padding: var(--fo-stack-lg);
  background: var(--fo-paper);
  color: var(--fo-color-text);
  font-family: var(--fo-font-body);
  text-align: center;
}
