.img.img--row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;   
    gap: 16px; 
    margin-bottom: 12px;
}
.img.img--row:last-child {
    margin-bottom: 0;
}
.img--row .fotonames {
    flex: 1;
    margin: 0 !important;
}
.img--row img {
    display: block;
}