.wni-app-suite .app-preview,
.wni-app-suite .qbr-preview,
.wni-app-suite .foundry-preview,
.wni-app-suite .security-preview,
.wni-app-suite .cost-preview,
.wni-app-suite .resume-preview,
.wni-app-suite .toolkit-preview,
.wni-app-suite .directory-preview,
.wni-app-suite .publisher-preview {
  position: relative !important;
  display: block !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 10;
  grid-template-columns: none !important;
  place-items: initial !important;
  gap: 0 !important;
  padding: 0 !important;
  background: #050505 !important;
  overflow: hidden;
}

.wni-app-suite .app-preview > img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.wni-app-suite .app-preview > span {
  z-index: 3;
}

.wni-app-suite .app-preview::after {
  z-index: 2;
}

@media (max-width: 650px) {
  .wni-app-suite .app-preview,
  .wni-app-suite .qbr-preview,
  .wni-app-suite .foundry-preview,
  .wni-app-suite .security-preview,
  .wni-app-suite .cost-preview,
  .wni-app-suite .resume-preview,
  .wni-app-suite .toolkit-preview,
  .wni-app-suite .directory-preview,
  .wni-app-suite .publisher-preview {
    min-height: 230px !important;
  }
}
