.container.gallery-container {
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .06)
}

.tz-gallery {
    padding: 0;
	margin-bottom: 250px;
}

.tz-gallery .lightbox img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: .2s ease-in-out;
    box-shadow: 0 2px 3px rgb(0 0 0 / 20%)
}

.tz-gallery .lightbox img:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, .3)
}

.baguetteBox-button {
    background-color: transparent !important
}

@media(max-width:768px) {
    .tz-gallery .lightbox img {
        width: 100%;
        height: 175px;
        margin-bottom: 0 !important;
    }
    body {
        padding: 0
    }
    .container.gallery-container {
        border-radius: 0
    }
}