
.tz-gallery {
    padding: 10px;
}

/* Override bootstrap column paddings */
.tz-gallery .row  div {
    padding: 0px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

a.lightbox.fa-solid.fa-magnifying-glass {
    position: relative;
}

a.lightbox.fa-solid.fa-magnifying-glass:hover::before {
    content: '';
}

.tz-gallery .fa-solid.fa-magnifying-glass.lightbox::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery a.fa-solid.fa-magnifying-glass.lightbox::before {
    opacity: 0;
    color: #ffffff;
    font-size: 26px;
    font-family: 'Font Awesome 6 Free';
    content: '\f002';
    pointer-events: none;
    z-index: 99999;
    transition: 0.4s;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
}

.tz-gallery .img-wrapper div{
    height: 100%;
    position: relative;
}

/* .tz-gallery .img-wrapper:hover div::after {
    background-color: rgba(46, 132, 206, 0.7);
    transition: 0.4s;
    opacity: 1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translateY(-100%);
} */



/* .tz-gallery .lightbox:after {
    position: absolute;
    
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
} */

.tz-gallery .fa-solid.fa-magnifying-glass.lightbox:hover::after,
.tz-gallery .fa-solid.fa-magnifying-glass.lightbox:hover::before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}
