/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.gallery-full-width {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.gallery-full-width img {
    margin-right: 20px;
    margin-bottom: 20px;
    width : 100px;
}
