/* Photo-specific stacking keeps labels readable without hiding the subjects. */
.format-stack .f-square {
  z-index: 4;
  padding: 18px;
}

.format-stack .f-square b {
  font-size: 17px;
  line-height: 1.02;
}

.format-stack .f-story {
  z-index: 5;
  padding: 16px 14px;
}

.format-stack .f-story span {
  font-size: 7px;
  padding: 4px 7px;
}

.format-stack .f-story b {
  max-width: 100%;
  margin-top: 7px;
  font-size: 13px;
  line-height: 1.02;
}

@media (max-width: 760px) {
  .format-stack {
    height: 350px;
  }

  .format-stack .f-landscape {
    width: 78%;
    left: 0;
    top: 125px;
    padding: 18px;
  }

  .format-stack .f-square {
    width: 42%;
    right: 32%;
    top: 0;
    padding: 14px;
  }

  .format-stack .f-square b {
    font-size: 15px;
  }

  .format-stack .f-story {
    width: 28%;
    right: 14%;
    bottom: 0;
    padding: 13px 10px;
  }

  .format-stack .f-story b {
    font-size: 11px;
  }
}
