.product-stage .laptop {
  overflow: hidden !important;
  height: auto !important;
  aspect-ratio: 850 / 500 !important;
  background:
    #fff
    url("/assets/ubuzima-public-r7/actual-desktop-ui-r3.webp")
    center / contain
    no-repeat !important;
}

.product-stage .laptop > .screen {
  display: none !important;
}

.product-stage .phone {
  overflow: hidden !important;
  height: auto !important;
  aspect-ratio: 340 / 738 !important;
  padding: 0 !important;
  background:
    #fff
    url("/assets/ubuzima-public-r7/actual-pwa-home-r3.webp")
    center / contain
    no-repeat !important;
}

.product-stage .phone::before,
.product-stage .phone > .phone-inner {
  display: none !important;
}

.product-stage .community-box {
  display: none !important;
}

.product-stage .laptop {
  width: 74% !important;
  right: 0 !important;
}

.product-stage .phone {
  width: 132px !important;
  left: 2% !important;
}

@media (max-width: 980px) {
  .product-stage .laptop {
    width: 76% !important;
  }

  .product-stage .phone {
    width: 116px !important;
  }
}

@media (max-width: 640px) {
  .product-stage .laptop {
    width: 84% !important;
  }

  .product-stage .phone {
    width: 86px !important;
  }
}
