
.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Helvetica';
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
    justify-content: center;

}

.tz-gallery {
    
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 10px;
    transition: 0.2s ease-in-out;

}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);

}

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

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


@media(max-width: 768px) {
    .container.gallery-container {
        border-radius: 0;
    }
}