
.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;
}

.tz-gallery {
    padding: 0px;
}

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 40px;
    background-color: #f1f5fa;
    border-radius: 4px;
    border: none;
    transition: 0.15s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

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

.thumbnail .lightbox{
    width: 100%;
    height: 258px;
}

.tz-gallery .lightbox img {
    /* border-radius: 4px 4px 0 0;
	max-height:258px; */

    border-radius: 4px 4px 0 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

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

.tz-gallery .caption h3 {
    font-size: 16px;
	color:#333;
    font-weight: bold;
    margin-top: 0;
}


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

@media (max-width:767px) {
    .tz-gallery .caption {
        padding: 16px 0px;
        text-align: center;
    }
    .tz-gallery .lightbox img {
        object-fit: cover;
    }
}