.gallery{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin:6rem 4rem 4rem}.gallery-item{cursor:pointer;background-color:#f4f4f4;max-width:33.3333%;max-height:500px;height:-moz-max-content;height:max-content;position:relative;display:grid;grid-template-rows:400px 100px;border-radius:10px;justify-content:center;align-items:center}.gallery-item img{border-radius:10px 10px 0 0;position:relative;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.gallery-item .gallery-item-text{padding:1rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:#f4f4f4;border-radius:0 0 10px 10px}.gallery-item .gallery-item-text h3{font-size:1.5rem;font-weight:600;color:#000}.gallery-item .gallery-item-text p{font-size:1rem;color:#000}.gallery-item-big-img img{min-width:50vh;max-width:70vh;max-height:70vh;height:100%;-o-object-fit:contain;object-fit:contain}.picture-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;z-index:1000;overflow-y:auto;padding:2rem}.picture-modal-background{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;z-index:1000;cursor:pointer}.picture-modal-container{pointer-events:none;position:relative;width:100%;max-width:100%;max-height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1001}.picture-modal img{max-width:80vw;width:100%;min-width:50vw;max-height:80vh;-o-object-fit:contain;object-fit:contain;border-radius:10px;cursor:pointer}.picture-modal-arrow{pointer-events:all;position:absolute;color:#fff;font-size:10rem;top:50%;left:.5em;padding:1em;opacity:.1;transform:translate(-10%,-50%);transition:.3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}.picture-modal-arrow.picture-modal-next{right:-.5em;left:unset;transform:translate(-10%,-50%)}.picture-modal-arrow:hover{opacity:1;cursor:pointer}@media screen and (max-width: 768px){.gallery-item{width:100%;max-width:100%}.gallery-item img{width:5000px;height:400px}.picture-modal-arrow{font-size:5rem;opacity:.6;left:-50%;transform:translate(28%,-50%)}.picture-modal-arrow.picture-modal-next{right:-50%;left:unset;transform:translate(-20%,-50%)}}
