.phone-demo-link {
  display: block;
  overflow: hidden;
  text-decoration: none;
  width: min(270px, 55%);
  height: auto;
  aspect-ratio: 660 / 1434;
  transition: transform 0.25s, box-shadow 0.25s;
}

.phone-demo-link:hover {
  transform: rotate(-2deg) translateY(-5px);
  box-shadow: 0 30px 80px rgba(57, 39, 25, 0.24);
}

.phone-screen {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #100b07;
  border-radius: 1.75rem;
}

.phone-demo-shot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 640px) {
  .phone-demo-link {
    width: min(245px, 66%);
    height: auto;
  }
}
