

.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 {
    /*padding: 40px;*/
}

.tz-gallery ul{}
.tz-gallery ul li{ width:30%; float:left; margin:2% 1.5%; padding:5px 0 15px 0; text-align:center; border:1px solid #eee; }
.tz-gallery ul li p{ background:#e7ecf2; padding:3% 3%; width:96%; margin:0 auto; }
.tz-gallery ul li p a{ display:block; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.tz-gallery ul li p a:hover{ text-decoration:none; color:#ff0000; }

.tz-gallery .lightbox img { border:1px solid #eee; padding:2%;
    width: 96%;
    margin-bottom: 15px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 4px;
}

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


@media(max-width: 768px) {
    body {
        padding: 0;
    }

    .container.gallery-container {
        border-radius: 0;
    }
}

@media screen and (max-width:859px)
{
.tz-gallery ul li{ width:47%; float:left; margin:2% 1.5%; text-align:center; }



}