/* Keep the dark-source WowCarry logo consistent with the light partner wall. */

.site-home--cf-v2 .mailcore-partners__tile--dark {
  border-color: #ded9d5;
  background: #fff;
}

.site-home--cf-v2 .mailcore-partners__tile--dark > img {
  filter: grayscale(1) brightness(.42) contrast(1.05);
  opacity: .62;
}

.site-home--cf-v2 .mailcore-partners__tile--dark:hover > img {
  filter: grayscale(1) brightness(.34) contrast(1.08);
  opacity: 1;
}
