.themeshark-gallery{--columns:4;--gap:10px;gap:var(--gap)}.themeshark-gallery a{border:unset}.themeshark-gallery-item{overflow:hidden;position:relative;display:block;backface-visibility:hidden}.themeshark-gallery-item-image{width:100%;background-size:cover;background-position:center;break-inside:avoid}.themeshark-gallery-item-overlay,.themeshark-gallery-item-content{position:absolute;top:0;right:0;bottom:0;left:0}.themeshark-gallery-item-content{display:flex;opacity:0}.themeshark-gallery-item:hover .themeshark-gallery-item-content{opacity:1}.themeshark-gallery-item-text{margin:auto}.themeshark-gallery-grid .themeshark-gallery{display:grid;grid-template-columns:repeat(var(--columns),1fr);break-inside:avoid}.themeshark-gallery-justified .themeshark-gallery{--height:200px;display:flex;flex-wrap:wrap}.themeshark-gallery-justified .themeshark-gallery-item{flex-grow:1;width:calc(var(--height) / var(--ratio))}.themeshark-gallery-justified .themeshark-gallery-item-image{height:var(--height)}.themeshark-gallery-item-image,.themeshark-gallery-item-overlay,.themeshark-gallery-item-content{transition:.8s}