picture figcaption {
  background: var(--accent);
  color: var(--background);
  text-align: center;
  font-size: var(--font-size);
  font-weight: normal;
  margin-top: -8px;
  padding: 0 8px;
  border-radius: 0 0 var(--radius) var(--radius);
}

picture figcaption p:first-child {
  margin-top: 0;
}

picture img {
  margin-bottom: 0;
}

div.bigImgDiv {
  margin-left: auto;
  margin-right: auto;
}
