.opac-global-template-gallery-item-absolute-hover{
    position: absolute;
    top: 0rem;
    z-index: 1;
}

.opac-global-template-gallery-item-content{
    background-color: var(--lsOpac-block-content-bg);
}
.opac-global-template-gallery-item-footer{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.opac-global-template-gallery-item-footer-content{
    width: 100%;
    display: flex;
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5) );
    color: var(--ls-cl-white);
    z-index: 2;
}

.opac-global-template-gallery-item-footer-content h4, .opac-global-template-gallery-item-footer-content a{
    color: var(--ls-cl-white);
}

.ls-gallery-display-show-during-hover{
    display: none;
}

.opac-global-template-gallery-display-item:hover .ls-gallery-display-show-during-hover{
    display: flex;
    color: var(--ls-cl-white);
}

.opac-global-template-gallery-display-item:hover .opac-global-template-gallery-item-content{
    filter: brightness(0.6);
}

