

.post figure {
  background-color: #f9f7f0;
  background-image: url(../img/noise.png);
  background-size: 125px 125px;
  /* box-shadow: 0 0 0 0.5px #fff inset, 0 0 0 0.5px #fff, 0 0 0 1px #dedede;
  border: 1px solid #dedede; */
  margin: 1rem 0 0;
  padding: 1rem 0;
}
.post figure+figure {
  margin-top: 0;
}

.post figure .sidebar {
  height: auto;
}

.post figure+p {
  margin-top: 1rem;
}
.post figure img {
  max-height: 100vh;
  max-width: 100%;
  width: auto;
}

.post figure figcaption {
  text-align: right;
  margin: 0 1rem;
  hyphens: auto;
  -webkit-hyphens: auto;
}