Use the `object-position` CSS property to adjust the focal point of the image.

```html
<sd-brandshape variant="image">
  <div class="h-8"></div>
  <img
    slot="image"
    src="./placeholders/images/architecture.jpg"
    style="object-position: top right"
    alt="Modern, waved architecture with blue sky in background"
  />
</sd-brandshape>
```
