.scrapbook {
  column-width: 240px;
  column-gap: 16px;
  padding: 12px;
}

.scrapbook a,
.scrapbook video {
  display: block;
  break-inside: avoid;
  margin: 0 0 16px;
}

.scrapbook img,
.scrapbook video {
  display: block;
  width: 100%;
  height: auto;
}
