.gallery-container{
    width: 100%;
}

.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: justify;
    margin: 30px auto;
    font-size: 18px;
    color: #85878c;
}
     
.tz-gallery { 
    width: 100%;
}   
  
.tz-gallery .thumbnail { 
    padding: 0; 
    height: 340px;
    width: 100%;  
    background-color: #fff; 
    border-radius: 4px;
    border: none; 
    transition: 0.15s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
}
   
.tz-gallery .thumbnail:hover {
    transform: translateY(-10px) scale(1.02);
} 
    
.tz-gallery .lightbox img {
    border-radius: 4px 4px 0 0;
    height: 250px;
    width: 100%;
    border: 1px solid;
}
 
.tz-gallery .caption{
    padding: 5px 5px;
    text-align: center;
}

.tz-gallery .caption h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    text-align: left;
}

.tz-gallery .caption p {
    font-size: 12px; 
    color: #7b7d7d;
    text-align: justify;
}

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