#gallery{justify-content:center;align-items:self-start;gap:clamp(var(--space-3), 2vw, var(--space-8));width:100%;padding-bottom:var(--space-4);flex-wrap:wrap;display:flex}#gallery a.item{flex:none;justify-content:center;align-items:center;min-width:0;max-width:100%;height:240px;text-decoration:none;display:block;position:relative}#gallery a.item picture,#gallery a.item img{width:100%;height:100%;display:block}#gallery a.item img{object-fit:cover;object-position:center;background-position:50%;background-repeat:no-repeat;background-size:cover}#gallery a.item:hover{opacity:.3;transition:opacity .1s ease-out}#gallery a.item .fallback-text{text-align:center;color:#4b5563;background:#f3f4f6;border:1px solid #e5e7eb;place-items:center;padding:12px;display:none;position:absolute;inset:0}#gallery a.item .fallback-text .fallback-text__content{-webkit-line-clamp:3;line-clamp:3;font-size:.875rem;font-weight:var(--ft-thin);white-space:normal;overflow-wrap:anywhere;word-break:normal;-webkit-hyphens:auto;hyphens:auto;-webkit-box-orient:vertical;min-width:0;max-width:100%;max-height:100%;line-height:1.3;display:-webkit-box;overflow:hidden}#gallery a.item.is-broken img{opacity:0}#gallery a.item.is-broken .fallback-text{display:grid}@media (prefers-color-scheme:dark){#gallery a.item .fallback-text{color:#cbd5e1;background:#111827;border:1px solid #1f2937}}@media (max-width:959px){#gallery a.item{height:180px}}@media (max-width:719px){#gallery a.item{height:130px}}
