/* Ensure gallery stays at the top of its container */ .gallery-masonry { display: flex; flex-wrap: wrap; justify-content: center; /* Center the items if needed */ align-items: flex-start; /* Ensure items start from the top */ }