.gallery div{display:grid;gap:20px;padding:20px;grid-template-columns:1fr}@media (min-width:1280px){.gallery div{grid-template-columns:repeat(3, 1fr)}}.gallery-item{overflow:hidden;border-radius:0 120px 120px 0;box-shadow:0 2px 8px rgba(0, 0, 0, 0.1);transition:transform 0.3s ease, box-shadow 0.3s ease}.gallery-item:hover{transform:scale(1.02);box-shadow:0 4px 16px rgba(0, 0, 0, 0.15)}.gallery-item .gallery img{width:100%;height:auto;display:block}.gallery-caption{padding:12px;background-color:#f5f5f5;font-size:14px;color:#333}