.container.gallery-container {
    background-color: #fff;
    min-height: 100vh;
    border-radius:14px;box-shadow: 0px 0px 10px 1px rgba(170,170,170,1);
}

.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 .lightbox {
    height:150px;
    width:100%;
    transition: 0.2s ease-in-out;
    border-radius:14px;box-shadow: 0px 0px 10px 1px rgba(210,210,210,1);
    display:block;
    margin-bottom:30px;
}


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