
.tz-gallery-1 {
    padding: 20px;
}

.tz-gallery-1 .lightbox img {
    width: 100%;
    margin-bottom: 22px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}


.tz-gallery-1 .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery-1 img {
    border-radius: 0px;
}
