.pswp__container {
    transition: transform 0.2s ease-in-out;
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
    transform: none !important;
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap
img.pswp__img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    padding: 4%;
}

.site-gallery {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.site-gallery
.gallery-item {
    width: 33.33%;
    padding: 0.5em;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .site-gallery
    .gallery-item {
        width: 50%;
    }
}

.site-gallery
.gallery-item img {
    width: 100%;
    box-shadow: 0 0 0.5em 0px #666;
    height: 100%;
    object-fit: cover;
    background: #999;
}