.image-list{display:flex;flex-wrap:wrap;gap:10px;justify-content:start;padding:10px}.image-item{width:100px;height:auto;object-fit:cover;border-radius:10px;transition:transform .3s ease-in-out}@media (max-width:1024px){.image-item{width:120px;height:120px}}@media (max-width:768px){.image-list{gap:5px}.image-item{width:100px;height:100px}}@media (max-width:480px){.image-item{width:80px;height:80px}}