/* Align the visible first biography line with the Artist Bio portrait. */
@media (min-width: 761px) {
  .artist-bio-layout .bio > p:first-child {
    margin-top: 0;
  }
}
