body {
   /*font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;*/
   font-family:georgia, -apple-system, sans-serif;
   font-size:1.2rem;
   margin:0;padding:0;
   background:#000;
}
div.gallery img {
   max-width:100%;
   width:100%;
   filter: opacity(0);
}
div.gallery .pic {
   background-size:100%;
   background-attachment: fixed !important;
}
div.gallery figure {
   position:relative;
   margin:0;padding:0;
}
div.gallery figcaption {
   position: absolute;
   z-index: 1977;
   top: 50%;
   width: 50%;
   font-size: 2rem;
   padding: 1rem;
   color: white;
   background: linear-gradient(45deg, black, transparent);
   display: block;
}
div.gal {
   background:white;
   padding:2rem;
}