.owner-app-preview--approved {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.owner-app-preview--approved img {
  display: block;
  height: 453px;
  left: 96px;
  object-fit: contain;
  position: absolute;
  top: -46px;
  width: auto;
}

@media (max-width: 900px) {
  .owner-app-preview--approved {
    flex-basis: 360px;
    height: 360px;
    transform: none;
  }

  .owner-app-preview--approved img {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 640px) {
  .owner-app-preview--approved {
    height: 330px;
  }

  .owner-app-preview--approved img {
    height: auto;
    max-height: 390px;
    max-width: calc(100% - 16px);
    top: -30px;
    width: auto;
  }
}
