#galleryBox{max-width:100%}#galleryList{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}#galleryList img{height:100%;object-fit:cover;width:100%}@media screen and (max-width:768px){#galleryList{gap:5px;grid-template-columns:repeat(2,minmax(0,1fr))}}