.manifest-phone {
  position: absolute;
  left: 11vw;
  top: 420px;
  width: min(185px, 13vw);
  aspect-ratio: 1 / 2.05;
  padding: 6px;
  background: #111825;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 35px 75px rgba(24, 38, 58, 0.22);
  transform: rotate(-2.5deg);
}
.manifesto { min-height: 820px; }
.manifest-phone.in { transform: rotate(-2.5deg); }
.manifest-phone::after { content: ""; position: absolute; inset: 0; border-radius: 30px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); pointer-events: none; }
.manifest-phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 28px; }
.manifest-phone-speaker { position: absolute; z-index: 2; top: 12px; left: 50%; width: 68px; height: 17px; transform: translateX(-50%); border-radius: 20px; background: #111825; }
@media (max-width: 900px) {
  .manifesto { min-height: 0; }
  .manifest-phone { position: relative; left: auto; top: auto; width: 235px; margin: 55px auto 0; transform: rotate(-3deg); }
  .manifest-phone.in { transform: rotate(-3deg); }
}
