.wizard {
  display: flex;
  height: 100%;
  min-height: 358px; // 108 (navigation) + 50 (footer) + 200 (min for content)
  flex-direction: column;
  overflow: hidden;
}
