/* Independent fixed-position caption content replacement: no translation, ghosting, fade or reflow. */
#works > .work .work-caption .is-caption-scrambling {
  color: transparent;
  text-shadow: none;
}
#works > .work .work-caption-scramble {
  position: absolute;
  inset: 0;
  pointer-events: none;
  user-select: none;
  z-index: 1;
}
#works > .work .work-caption-scramble-cell {
  position: absolute;
  display: block;
  white-space: pre;
  overflow: hidden;
  text-align: left;
}
