.image-gallery{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;gap:16px;margin:0;padding:0;box-sizing:border-box;width:100%}@media(max-width: 768px){.image-gallery{flex-direction:column;align-items:stretch;gap:16px}}.image-gallery>picture{flex:0 1 auto;max-width:100%;margin:0;padding:0}.image-gallery>picture img{display:block;max-width:100%;height:auto;border-radius:8px;box-shadow:var(--shadow-card);transition:all .25s ease}.image-gallery>picture img:hover{transform:translateY(-6px);box-shadow:var(--shadow-card-hover)}@media(max-width: 768px){.image-gallery>picture{width:100%;max-width:100%;margin:0}}