body {
    background: #111;
}

img {
    width: 100%;
}

.photo-grid-container {
    column-count: 5;
    column-width: 300px;
}

.photo-grid-item {
    margin: 0;
    max-width: 400px;
    width: 100%;
}

.text  {
    align-items: center;
    color: antiquewhite;
    text-align: center;
}

