.ga-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.ga-full-bleed { width: 100vw; margin-left: calc(50% - 50vw); }
.ga-no-wrap { white-space: nowrap; }
.ga-cover { width: 100%; height: 100%; object-fit: cover; }
.ga-aspect-video { aspect-ratio: 16 / 9; }
.ga-divider { height: 1px; background: var(--ga-color-border); border: 0; }
