.photo-row {
    display: flex;
    gap: 10px;
    width: 100%;
}

.photo-row img {
    flex: 1 1 0;
    width: 0;
    height: auto;
}
