.image-gallery-simple{display:flex;flex-direction:column;gap:20px}.image-gallery-simple img{object-fit:cover;width:100%}@media (min-width:768px){.image-gallery-simple{flex-direction:row;flex-wrap:wrap}.image-gallery-simple img{width:calc(33.3333% - 13.3333px)}}