.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 5px;
}

.grid-item {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.grid-photo {
    width: 100%;
    height: auto;
}