.tz-gallery { padding: 40px; }

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 10px;
    border: none;
    transition: 0.15s ease-in-out;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.tz-gallery .thumbnail:hover {
    transform: translateY(-10px) scale(1.02);
}

.tz-gallery .lightbox img {
    border-radius: 10px;
}

.tz-gallery .caption{
    padding: 10px;
    text-align: center;
}

.tz-gallery .caption h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    letter-spacing: 1px;
    font-family: 'Muli', Arial, Helvetica, sans-serif
}

.tz-gallery .caption p {
    font-size: 12px;
    color: #7b7d7d;
    margin: 0;
}

.baguetteBox-button {
    background-color: transparent !important;
}