/* Preserve the supplied portrait and the established assistant profile layout. */
html body main .person[data-advisor="vlasta-sera"] .portrait img,
html body main .person[data-advisor="tereza-sankova"] .portrait img {
  transform: none !important;
  object-fit: contain;
  object-position: center top;
}
html body main .assistant-profile {
  grid-template-columns: minmax(0, 340px);
  gap: 0;
}
html body main .assistant-office { margin-top: 12px; }

html body main .person .portrait img.assistant-placeholder {
  transform: none !important;
  object-fit: contain;
  object-position: center;
}
