/* Beat the core Media & Text tablet grid so the worth image truly centers. */
@media (max-width: 781px) {
  .tn-rick-page .wp-block-media-text.tn-rick-worth {
    grid-template-columns: 1fr !important;
  }

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

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