style type="text/css"> .image-grid{display:flex;flex-wrap:wrap;gap:10px;padding:5px;box-sizing:border-box;justify-content:center;max-width:100%;}.image-grid img{width:100%;height:auto;object-fit:cover;border-radius:8px}@media(min-width:320px){.image-grid img{width:100%}}@media(min-width:480px){.image-grid img{width:100%}}@media(min-width:768px){.image-grid img{width:calc(50% - 5px);height:auto}}@media(min-width:810px){.image-grid{max-width:810px;margin:0 auto}.image-grid img{width:calc(50% - 5px)}}@media(min-width:860px){.image-grid{max-width:860px}}@media(min-width:1280px){.image-grid{max-width:1000px}.image-grid img{width:490px;height:368px}}style>