body {
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
    min-height: 100vh;
    font: normal 16px sans-serif;
}

.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 {
    margin-top:20px;
}

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #ccc;
    transition: 0.15s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}
.lightbox{ height:140px; display:block; line-height:140px;}
.lightbox img{ }
.tz-gallery .thumbnail:hover {
    transform: translatey(-10px) scale(1.02);
	border: 2px solid #00ada0;
}

.tz-gallery .lightbox img {
    /* border-radius: 4px 4px 0 0; */
    /* height: 163px; */
    width: 100%;
    min-height:130px;
}

.tz-gallery .caption{
    padding: 15px 10px;
    text-align: center;
}

.tz-gallery .caption h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.tz-gallery .caption p {
    font-size: 12px;
    color: #7b7d7d;
    margin: 0;
    text-align: left; display:none;
}

.baguettebox-button {
    background-color: transparent !important;
}
@media(max-width:480px){.tz-gallery .lightbox img {
    border-radius: 4px 4px 0 0;
    height:auto;
}}