.tz-gallery {
    padding: 40px;
}

.tz-gallery .lightbox img,
.tz-gallery .lightbox video {
    width        : 100%;
    height       : 210px;
    object-fit   : cover;
    margin-bottom: 30px;
    transition   : 0.2s ease-in-out;
    box-shadow   : 0 2px 3px rgba(0, 0, 0, 0.2);
}


.tz-gallery .lightbox img:hover,
.tz-gallery .lightbox video:hover {
    transform : scale(1.05);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.tz-gallery img,
.tz-gallery video {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}


@media(max-width: 768px) {
    body {
        padding: 0;
    }

    .container.gallery-container {
        border-radius: 0;
    }
}