.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    color: #58595a;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 30px auto;
    font-size: 18px;
    color: #85878c;
}

/* Styles for the gallery */

.tz-gallery {
    padding: 20px 0;
}

.tz-gallery .thumbnail {
    padding: 0;
    /* margin-bottom: 30px; */
    border: none;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dedcdc;
}
.tz-gallery .row{display: flex;
    flex-direction: row;
    flex-wrap: wrap; column-gap: 10px;}
.tz-gallery .row > div{ width: 23%}

.tz-gallery img {
    border-radius: 2px;
	width: 100%;
}

.tz-gallery .caption{
    padding: 26px 30px;
    text-align: center;
}

.tz-gallery .caption h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
}

.tz-gallery .caption p {
    font-size: 12px;
    color: #7b7d7d;
    margin: 0;
}

.baguetteBox-button {
    background-color: transparent !important;
}


@media only all and (max-width: 840px) {
.tz-gallery{padding: 20px 0}
}