.sph-gallery{
    display: flex;
}
.sph-gallery .sph-gallery-item{
    flex: auto;
    height: 150px;
    margin-right: 15px; /* Some gutter */
}

.sph-gallery .sph-gallery-item:last-child{
    margin-right: 0;
}