.slide-show-section--image-banner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-show-section--image-banner--overlay {
  display: grid;
  justify-items: center;
  gap: var(--gap);
  max-width: var(--rte-width);
  text-align: center;
  margin: calc(var(--gap) * 4 + 1rem) var(--gap);
}
