/* Hide Partners top level link */
.nav-item.dropdown > a[title="Partners"] + .dropdown-menu > li:first-child {
  display: none !important;
}

/* Force styling for embedded Scribe videos */
iframe[src*="scribehow.com"] {
  width: 100% !important;
  aspect-ratio: 16/12;
  border: 0;
  height: auto !important;
}