@container card (min-width: 450px) {
  .card {
    max-width: 100% !important;
    display: flex;
  }

  .card img {
    width: 200px;
  }

  .card .content {
    flex: 1;
  }
}

@container glass (max-width: 200px) {
  .name {
    font-size: 1.25rem !important;
  }
}

@container glass (min-width: 260px) {
  .name {
    font-size: 1.75rem !important;
  }
}
