/* About / Friedrich-local raster ownership for the 4 px gallery markers.
   The DOM dots keep the authored layout and state semantics; on desktop a
   viewport-aligned canvas paints the visible circles on one device-pixel grid. */
.about-friedrich-gallery-dot-canvas{
  position:fixed;
  top:0;
  left:0;
  z-index:1;
  display:block;
  pointer-events:none;
  image-rendering:pixelated;
}

@media(min-width:921px){
  .about-friedrich-gallery-choice{
    height:auto;
    min-height:.82rem;
  }

  .about-friedrich-gallery-nav.is-canvas-rasterized .about-friedrich-gallery-dot{
    background:transparent;
    box-shadow:none;
  }
}
