.aheto-clients--floreal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.aheto-clients--floreal .aheto-clients__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  min-width: 130px;
  margin: 20px 0;
  height: 130px;
}

@media screen and (max-width: 1199px) {
  .aheto-clients--floreal .aheto-clients__holder {
    height: 110px;
  }
}

@media screen and (max-width: 991px) {
  .aheto-clients--floreal .aheto-clients__holder {
    height: 90px;
  }
}

.aheto-clients--floreal .aheto-clients__holder a {
  height: inherit;
}

.aheto-clients--floreal.grayscale img {
  opacity: 1;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.aheto-clients--floreal.grayscale img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.aheto-clients--floreal.darkness img {
  opacity: 1;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.aheto-clients--floreal.darkness img:hover {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.aheto-clients--floreal.opacity_d img {
  opacity: 1;
}

.aheto-clients--floreal.opacity_d img:hover {
  opacity: 0.6;
}

.aheto-clients--floreal a {
  display: inline-block;
}

.aheto-clients--floreal img {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0.3;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.aheto-clients--floreal img:hover {
  opacity: 1;
}

.aheto-clients--floreal.aheto-clients--2-in-row .aheto-clients__holder {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.aheto-clients--floreal.aheto-clients--3-in-row .aheto-clients__holder {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
}

.aheto-clients--floreal.aheto-clients--4-in-row .aheto-clients__holder {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.aheto-clients--floreal.aheto-clients--5-in-row .aheto-clients__holder {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

.aheto-clients--floreal.aheto-clients--6-in-row .aheto-clients__holder {
  -ms-flex-preferred-size: calc(100% / 6);
      flex-basis: calc(100% / 6);
}
