/*  --- PICTURES ---  */
picture, .picture {
  display: block;
  width: auto;
  max-width: 400px;
  height: auto;
  max-height: 300px;
  clear: both;
  margin: var(--distance-1) auto;
}

picture img, .picture img, picture svg, .picture svg {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  border-radius: var(--border-radius);
  overflow: hidden;
}

picture figcaption, .picture picture-caption {
  display: block;
  width: 100%;
  margin-top: var(--distance-025);
  font-size: var(--font-size-xxs);
  color: var(--color-greyscale-5);
  text-align: right;
}/*# sourceMappingURL=pictures.css.map */