/*
  The overlay with a reveal effect only makes sense on devices that support hover.
*/
@media (hover: hover) {
  .revealed-area {
    position: fixed;
    inset: 0;
    background: white;
    pointer-events: none;
  }
}
