.attachments--index {
  figure.attachment {
    border: 1px solid var(--border-color);
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-flow: column nowrap;

    figcaption {
      background: var(--bg-contrast);
      color: var(--fg-contrast);
      border-radius: 0 0 8px 8px;
      padding: 0.5em 0.25em;
    }

    img {
      margin: 0 auto;
    }
  }

  .shrink {
    img, video {
      max-height: 150px;
      max-width: 150px;
    }
  }
}
