.epigraph-configurator-wrapper {
  display: flex;
  justify-content: center;
  height: calc(100vh - 200px);
  min-height: 500px;
  max-height: 1000px;
}
#epigraphConfigurator {
  max-height: 100% !important;
}