.reveal #motivation-hardware-freedom .column:first-child {
  text-align: center;
}

.reveal .fragment.instant-fragment,
.reveal .fragment.instant-fragment.visible {
  transition: none !important;
  animation: none !important;
}

.reveal .motivation-layer-states,
.reveal .motivation-layer-copy {
  display: grid !important;
  height: 625px;
  grid-template: 1fr / 1fr;
  place-items: center;
}

.reveal .motivation-layer-states > p {
  display: grid;
  width: 100%;
  height: 100%;
  margin: 0;
  grid-area: 1 / 1;
  place-items: center;
}

.reveal .motivation-layer-states > p > img,
.reveal .motivation-layer-copy > .motivation-layer-copy-state {
  grid-area: 1 / 1;
}

.reveal .motivation-layer-states img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.reveal .motivation-layer-copy-state {
  width: 100%;
  text-align: left;
}

.reveal .motivation-state-label {
  display: block;
  margin-bottom: 0.55em;
  color: #24313a;
  font-size: 0.82em;
  font-weight: 750;
}

.reveal .motivation-state-label-impact {
  width: fit-content;
  font-size: 1.08em;
}

.reveal #motivation-fp8-gpu .motivation-machine-image {
  display: block;
  width: 100%;
  height: 245px;
  object-fit: cover;
  object-position: center;
}

.reveal #motivation-fp8-gpu .motivation-machine-caption {
  min-height: 2.6em;
  margin-top: 0.35em;
  font-size: 0.65em;
  line-height: 1.25;
  text-align: center;
}

.reveal #motivation-fp8-gpu .motivation-machine-takeaway {
  margin-top: 0.45em;
  text-align: center;
}

.reveal section[data-auto-animate-id="processor-trends"] .motivation-trend-caption {
  margin-top: 0.25em;
  color: #52616b;
  font-size: 0.58em;
  text-align: center;
}

.reveal section[data-auto-animate-id="processor-trends"] .motivation-trend-figure,
.reveal section[data-auto-animate-id="processor-trends"] .motivation-trend-figure p {
  margin: 0;
  line-height: 0;
}

.reveal section[data-auto-animate-id="processor-trends"] .motivation-trend-image,
.reveal section[data-auto-animate-id="processor-trends"] .motivation-trend-caption p {
  margin-top: 0;
  margin-bottom: 0;
}

.reveal #motivation-specialization-adages .motivation-trend-columns {
  align-items: center;
  margin-top: 1.1em;
}

.reveal #motivation-specialization-adages .motivation-trend-adages {
  display: grid;
  gap: 0.55em;
  margin-top: 1.2em;
  color: #24313a;
  font-size: 0.82em;
  font-style: italic;
  text-align: center;
}

.reveal #motivation-specialization-adages .motivation-trend-adages p {
  margin: 0;
}

.reveal .motivation-layer-copy-state ul {
  margin-top: 0.45em;
}

.reveal #motivation-e4m3-format .bit-layout {
  margin-top: 0.2em;
}

.reveal #motivation-e4m3-format ul,
.reveal #motivation-explicit-choices ol {
  width: min(100%, 34em);
  margin-right: auto;
  margin-left: auto;
}
