.gallery{width:100%;max-width:100%;margin:0 auto;column-count:2;column-gap:10px}.gallery figure{border-radius:8px;border:2px solid #ccc;margin:5px;padding:5px;text-align:center;break-inside:avoid;background-color:#fff}.gallery figure:hover{border:2px solid #666}.gallery img{display:block;max-width:100%;height:auto;margin:0 0 15px 0;opacity:1;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.gallery figure:hover img{opacity:.5}.gallery figcaption{font-size:1.3rem;color:#000}.gallery figcaption h2{font-size:1.1rem;font-weight:400}@media (min-width:801px) AND (max-width:1024px){.gallery{column-count:3}.gallery img{object-fit:cover;width:100%;height:auto;opacity:.5}.gallery figure:hover img{opacity:1}}@media (min-width:1025px){.gallery{column-count:5}.gallery img{object-fit:cover;width:100%;height:auto;opacity:.5}.gallery figure:hover img{opacity:1}}