/* Align Rick's opening portrait with the top of the opening copy. */
@media (min-width: 782px) {
  .tn-rick-front__layout {
    align-items: start;
  }

  .tn-rick-front__layout .wp-block-media-text__media {
    align-self: start;
  }
}
