@media (max-width: 560px) {
  .vs-account-app {
    padding-bottom: calc(116px + env(safe-area-inset-bottom));
  }

  .vs-login-screen {
    padding-bottom: calc(118px + env(safe-area-inset-bottom));
  }

  .vs-account-hero,
  .vs-account-shell,
  .vs-login-screen {
    width: min(100% - 22px, 1240px);
  }

  .vs-account-hero h1 {
    font-size: 40px;
  }

  .vs-account-hero p {
    font-size: 17px;
  }

  .vs-account-hero-actions .vs-button,
  .vs-login-actions button {
    width: 100%;
    text-align: center;
  }

  .vs-login-card:last-child,
  .vs-login-actions {
    margin-bottom: 12px;
  }

  .vs-account-stats span {
    width: 100%;
    border-radius: 8px;
  }

  .vs-library-row-head {
    align-items: flex-start;
  }

  .vs-rail-controls {
    display: none;
  }

  .vs-library-card h3 {
    font-size: 16px;
  }

  .vs-login-photo {
    display: none;
  }
}
