.opac-global-template-gallery-item{
}

.ls-opac-global-template-gallery-bordered-wrapper{
    border: solid var(--lsOpac-block-border-width) var(--lsOpac-block-content-border-color);
    border-radius: var(--lsOpac-other-content-border-radius);
    overflow: hidden;
}

.opac-global-template-gallery-item-hover{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    opacity: 0;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    z-index:10;
}

.opac-global-template-gallery-item-hover:hover{
    opacity: 1;
    background: rgba(255, 255, 255, 0.8);
}