body{background-attachment:fixed;background-image:url(/build/images/galerie.b220efb1.webp);background-position:top;background-repeat:no-repeat;background-size:cover}body .background-overlay{background:#fff;height:100%;left:0;opacity:.8;position:fixed;top:0;width:100%;z-index:-1}#gallery{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:center;margin:150px auto auto;max-width:1150px;padding:0 15px}#gallery .gallery-picture-container,#gallery .gallery-title-container{align-items:center;display:flex;height:350px;justify-content:center;width:calc(50% - 20px)}#gallery .gallery-picture-container img.gallery-picture,#gallery .gallery-title-container img.gallery-picture{background-color:#f2f2f2;background-position:50%;background-size:cover;border-radius:25px;box-shadow:0 .25rem .5rem rgba(0,0,0,.15);height:100%;object-fit:cover;transition:all .3s ease;width:100%}#gallery .gallery-picture-container img.gallery-picture:hover,#gallery .gallery-title-container img.gallery-picture:hover{transform:scale(1.05)}#gallery .gallery-title-container h1{color:#747959;max-width:300px;text-align:center;width:100%}@media (max-width:730px){#gallery{flex-direction:column}#gallery .gallery-picture-container,#gallery .gallery-title-container{height:auto;max-width:500px;width:100%}#gallery .gallery-title-container h1{max-width:100%}}@media (max-width:350px){#gallery .gallery-title-container h1{font-size:1.5em}}