/* Use ordinary block flow at tablet widths so the worth image centers reliably. */
@media (max-width: 781px) {
  body.page-id-1380 .tn-rick-page .wp-block-media-text.tn-rick-worth {
    display: block !important;
  }

  body.page-id-1380 .tn-rick-page .tn-rick-worth .wp-block-media-text__media {
    width: min(100%, 240px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.page-id-1380 .tn-rick-page .tn-rick-worth .wp-block-media-text__media img {
    width: min(100%, 240px) !important;
    height: auto;
  }

  body.page-id-1380 .tn-rick-page .tn-rick-worth .wp-block-media-text__content {
    margin-top: 1.5rem;
  }
}
