/* styles image-comparative */
    #stage-0{
      /*height:100vh;*/
      height: auto;
      width: 100%;
      background: #262626;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .svg {
      opacity: 1;
      padding: 0;
      margin: 0;
      height: 100%;
      width: 100%;
      align-items: center;
      font-size: 1.2em;
      font-weight: 700;
      color: white;
      border-radius: 4px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
    }