.picture {
  position: relative;
  text-align: center;
  margin: 0 0 1rem 0;
}
.picture img {
    max-width: 100%;
}
.picture.floated {
    display: flex;
    flex-flow: column;
}
@media (max-width: 730px) {
  .picture.floated {
    float: none !important;
    margin: 0 !important;
  }
  .picture.floated img {
    width: 100vw !important;
  }
}
.picture .caption {
    color: #777777;
    font-style: italic;
    white-space: pre;
}
figcaption {
    overflow-x: scroll;
}
