.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

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

.tz-gallery ul{}
.tz-gallery ul li{  margin:0 0 0px 0; text-align:center; }
.tz-gallery ul li a{ padding:3%; float:left; margin:15px 3%; line-height:21px; text-align:center; background:#eee; display:block; }
.tz-gallery ul li a:hover{  background:#1a487c;box-shadow: 0px 0px 10px #999;}
.tz-gallery ul li a p{ margin:10px 0px; display:block;  font-size:16px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.tz-gallery ul li a:hover p{ color:#fff; }

.tz-gallery .lightbox img {  width: 100%;   transition: 0.2s ease-in-out; }

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

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