/* --- Mobile Gallery Page Styles --- */
.gallery-container {
    /* The grid-gap will create the small space */
    display: grid;
    gap: 0.5vw; 
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block; /* Removes any extra space below the image */
    /* A subtle background color while the image is loading */