.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    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: 10px;
}

.tz-gallery .thumbnail {
    padding: 0;
    margin:0 0 10px 0;
    border: none;
}
.tz-gallery .thumbnail .lightbox { height:170px; display:block; overflow:hidden;}
@media screen and (max-width:767px){
	.tz-gallery .thumbnail .lightbox { height:140px;}
}

.tz-gallery img {
    border-radius: 2px;
	border:#ccc solid 1px;
	width:90%;
}

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

.tz-gallery .caption h3 {
    font-size: 13px;
	line-height:1.6;
    margin-top: 0;
	height:70px;
}

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

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