<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.glightbox img{
    max-height: 165px;
}


.gallery-item{
    position: relative;
}

.gallery-item .reference-thumb{
    scale: 1.0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.4s ease-in-out;
}


.gallery-item:hover .reference-thumb{
    scale: 0.95;
    box-shadow: rgba(100, 100, 111, 1) 5px 7px 29px 5px;
    opacity: 0.92;
}

.reference-thumb{
    min-height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}</pre></body></html>