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

.gallery {
    padding: 40px;
}

.gallery .lightbox img {
    width: auto;
    max-width: 100%;
    height: 230px;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


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

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

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

.gallery .caption{
    margin-top: -22px;
    padding: 5px 5px;
    text-align: center;
}

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

.gallery .caption p {
    font-size: 15px;
    color: #7b7d7d;
    font-family:courier,arial,helvetica;
    text-transform: uppercase;
    margin: 0;
}

.btn-adm{
    margin-top: 10px;
    border: none;
    border-radius: 4px;
}

.credits{
    margin-top: 15px;
    font-size: 13px;
}

@media only screen and (max-width: 1199px) {
    .gallery .lightbox img {
        width: auto;
        max-width: 100%;
        height: 150px;
        margin-bottom: 30px;
        transition: 0.2s ease-in-out;
        box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    }
    .gallery .caption{
        margin-top: -22px;
        padding: 5px 5px;
        height: 40px;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .gallery .lightbox img {
        width: auto;
        max-width: 100%;
        height: auto;
        margin-bottom: 30px;
        transition: 0.2s ease-in-out;
        box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    }
}
