.combination-gallery-block-1 img,
.combination-gallery-block-2 img,
.combination-gallery-block-3 img{
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}
.cookiesinfo {
    position: fixed;
    bottom: 0px;
    background-color: #efefef;
    padding: 20px;
    width: 100%;
}
.site-logo img {
    width: 100%;
}
section.page-block {
    overflow: hidden;
}
/*PICTURE SLIDESHOW*/
.pictures-slideshow {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.pictures-slideshow.picture-mover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.pictures-slideshow .picture-mover {
    animation: moveSlideshow 45s linear infinite;
}
.pictures-slideshow .picture-mover img {
    padding-left: 20px;
    padding-right: 20px;
}

@keyframes moveSlideshow {
    100% { 
        transform: translateX(-66.6666%);  
    }
}

/*MASONRY GALLERY*/
/* The Masonry Container */
.masonry {
    margin: 1.5em auto;
    max-width: 768px;
    column-gap: 1.5em;
}

/* The Masonry Brick */
.masonry .item {
    background: #fff;
    padding: 1em;
    margin: 0 0 1.5em;
}
.masonry .item img {
    width: 100%
}