.wni-app-suite .apps-hero-art img,
.wni-app-suite .app-preview > img {
  filter: none !important;
  opacity: 1 !important;
}

.wni-app-suite .app-preview::before {
  display: none !important;
}

.wni-app-suite .app-preview::after {
  background: linear-gradient(180deg, transparent 48%, rgba(5, 5, 5, .18)) !important;
}

.wni-app-suite .app-preview > span {
  background: rgba(5, 5, 5, .86);
  backdrop-filter: blur(10px);
}

.wni-app-suite .apps-hero-art {
  border-color: rgba(255, 92, 53, .46);
  box-shadow: 0 34px 90px rgba(255, 92, 53, .22);
}

.wni-app-suite .apps-hero-art img {
  object-position: 50% 48%;
}

.wni-app-suite .qbr-preview img { object-position: 50% 52%; }
.wni-app-suite .foundry-preview img { object-position: 52% 50%; }
.wni-app-suite .security-preview img { object-position: 52% 48%; }
.wni-app-suite .cost-preview img { object-position: 38% 50%; }
.wni-app-suite .resume-preview img { object-position: 48% 50%; }
.wni-app-suite .toolkit-preview img { object-position: 66% 50%; }
.wni-app-suite .directory-preview img { object-position: 34% 50%; }
.wni-app-suite .publisher-preview img { object-position: 72% 50%; }

@media (max-width: 650px) {
  .wni-app-suite .apps-hero-art img {
    object-position: 58% 50%;
  }
}

