.container.gallery-container {
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
}

.tz-gallery {
    padding: 0 15px;
}

    .tz-gallery .lightbox img {
        width: 100%;
        height: 350px;
        object-fit: cover;
        border-radius: 7px;
        transition: .2s ease-in-out;
        box-shadow: 0 2px 3px rgb(0 0 0 / 20%)
    }

.baguetteBox-button {
    background-color: transparent !important
}

@media only screen and (max-width:991px) {
    .tz-gallery .lightbox img {
        width: 100%;
        height: 265px !important
    }
}

@media only screen and (max-width:768px) {
    .staff {
        margin-bottom: 3px
    }

    body {
        padding: 0
    }

    .container.gallery-container {
        border-radius: 0;
        padding:0;
    }

    .tz-gallery .lightbox img {
        width: 100%;
        height: 195px !important
    }
}
