.block-cs-trust-factors {
  overflow: hidden;
  position: relative;
}
.block-cs-trust-factors .tns-ovh {
  overflow: visible;
}
.block-cs-trust-factors .trust-factor-logo-slide {
  text-align: center;
  opacity: 0.75;
}
.block-cs-trust-factors .trust-factor-logo-slide a {
  display: inline-block;
  vertical-align: top;
}
.block-cs-trust-factors .trust-factor-logo-slide img {
  max-height: 25px;
  max-width: 180px;
  display: block;
  margin: 0 auto;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .block-cs-trust-factors .trust-factor-logo-slide img {
    max-height: 32px;
    max-width: 210px;
  }
}/*# sourceMappingURL=cs-trust-factors.css.map */