.uber-cliens {
  background: #f4f4f4;
  border-top: 1px solid #eaeaea;
  overflow: hidden;
  width: 100%;
}
.uber-cliens.multi-row .wrap-items {
  border-bottom: 1px solid #eaeaea;
}
.uber-cliens.multi-row .wrap-items:last-child {
  border-bottom: 0;
}
.uber-cliens.img-grayscale .client-img {
  display: inline-block;
  line-height: 1;
  width: 100%;
}
.uber-cliens.img-grayscale .client-img img {
  max-height: 100px;
}
@media (max-width: 1199px) {
  .uber-cliens.img-grayscale .client-img {
    display: block;
  }
}
.uber-cliens .client-item {
  border-left: 1px solid transparent;
}
@media (max-width: 767px) {
  .uber-cliens .client-item {
    border-bottom: 1px solid #eaeaea;
    width: 50% !important;
  }
}
.uber-cliens .client-item + .client-item {
  border-left-color: #eaeaea;
}
.uber-cliens .client-item .client-img {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.uber-cliens .client-item .client-img img {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: 500ms all;
  -o-transition: 500ms all;
  transition: 500ms all;
}
.uber-cliens .client-item:hover .client-img img {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}