.profile-asset-dialog {
  position: fixed;
  inset: 50% auto auto 50%;
  max-width: 92vw;
  margin: 0;
  transform: translate(-50%, -50%);
}

@media (max-width: 720px) {
  .profile-asset-dialog {
    width: 92vw;
    max-height: 90vh;
  }
}
