@layer organisms {
  .capture-form {
    .capture-form__preview {
      max-width: 100%;
      max-height: 40vh;
      object-fit: contain;
      border-radius: var(--radius-m);
      justify-self: start;
    }
  }
}
