.gallery__item__content--inside{padding:var(--vertical-padding) var(--horizontal-padding);--color-background-opacity:var(--color-background-opacity-block);inset-inline-start:0;transition:background-color .3s ease;position:absolute;--vertical-padding:2rem;top:0;background-color:rgb(var(--color-background),var(--color-background-opacity));box-sizing:border-box;--horizontal-padding:3rem}.gallery__item__inner--flex{flex-direction:column-reverse;display:flex}.gallery__item__caption{--color-foreground:var(--color-caption)}.card-wrapper:hover .gallery__item__content--inside{--color-background-opacity:0}a.gallery__pin-button{position:absolute;bottom:var(--horizontal-padding)}.gallery__pin-button--left{inset-inline-start:var(--horizontal-padding)}.gallery__pin-button--right{inset-inline-end:var(--horizontal-padding)}.gallery__pin-button--center{transform:translate(calc(var(--transform-direction)*50%));inset-inline-start:50%}.gallery__item__line{height:.2rem;margin-block:2rem;background-color:rgb(var(--color-foreground));width:3.5rem}.gallery__item__line--left{margin-inline-start:0;margin-inline-end:auto}.gallery__item__line--center{margin-inline:auto}.gallery__item__line--right{margin-inline-start:auto;margin-inline-end:0}.gallery__item__lightbox-btn{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:6px;transition:background .3s ease;box-shadow:1px 1px 3px rgb(var(--color-foreground),.1);border-radius:8px;background:rgb(var(--color-background),.7);cursor:pointer;z-index:2}.gallery__item__lightbox-btn:hover{background:rgb(var(--color-background))}a.gallery__item__full-link{display:block}@media screen and (min-width:750px) and (max-width:989px){.gallery__item__content--inside-small-tablet{--vertical-padding:1.5rem;--horizontal-padding:1.5rem}}@media screen and (min-width:900px){.gallery__item__content--inside-small-desktop{--vertical-padding:1.5rem;--horizontal-padding:1.5rem}}