.img-row {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.img-row > img {
    margin: 0;
    max-height: 150px
}

.container.slides {
    max-width: unset;
}
