/* Use Kamila's supplied photographs without additional zoom or decoration. */
html body main .person[data-advisor="kamila-burdova"] .portrait img {
  transform: none !important;
  object-position: center top;
}

/* The assistant's profile contains her portrait and contact details only. */
html body main .assistant-profile {
  grid-template-columns: minmax(0, 340px);
  gap: 0;
}
