figure{background-color:var(--bg-color);margin:0 auto;max-width:100%;overflow:hidden;border-radius:var(--img-border-radius);object-fit:contain}figure>img{display:block;max-width:100%;margin:0 auto;background-color:var(--bg-color)}figure>figcaption{text-align:center;padding-top:5px;font-size:.9em}blockquote.quote{border-left:3px solid #ccc;background-color:#fdfdfd;padding:10px 15px;margin:15px auto;font-size:1em;color:#444;border-radius:3px;max-width:800px}blockquote.quote .quote-content{margin:0;line-height:1.2}blockquote.quote .quote-citation{margin:0}blockquote.quote:hover{background-color:#fafafa;border-left-color:#bbb}.photo-reel{display:flex;margin:auto;overflow-x:auto;scroll-snap-type:x mandatory;border:2px solid #000;border-radius:3px;max-width:45vw;min-width:500px}.photo-reel img{flex:none;max-height:300px;scroll-snap-align:start;border-right:2px solid #000}.photo-reel img:last-child{border-right:none}.photo-reel::-webkit-scrollbar{display:none}.side-by-side{display:flex;gap:1rem;justify-content:center;align-items:flex-start;flex-wrap:wrap}.side-by-side figure{margin:0;text-align:center;flex:auto;max-width:45%}.side-by-side img{max-width:100%;height:auto;display:block}