.pinterest-gallery {
    display: flex;
    justify-content: space-between;
}

@media(max-width: 500px) {
    .pinterest-gallery {
        flex-direction: column;
    }
}