.customer-images-horizontal
{
  position:relative;
}

.customer-images-horizontal .elements
{
  text-align: center;  
    /*display: flex;*/
  flex-wrap: wrap;
  align-content: space-between;
}

.customer-images-horizontal .elements .item
{
  margin-right:19px;
  /*
 width:120px;
  height:45px;*/
  margin-bottom:20px;
}
.customer-images-horizontal .elements img
{

  vertical-align: middle;
  margin-right: 50px;
  margin-left: 50px;
  margin-bottom: 30px;
}
}