


| Viewport | Selector | Property | Result | Detail |
|---|---|---|---|---|
| desktop | [data-component="hero"] | minHeight | PASS | minHeight: 720px |
| desktop | [data-component="hero"] > div.relative.z-10 | alignItems | PASS | alignItems: flex-end |
| desktop | .js-hero-slide:not(.hidden) img | objectFit | PASS | objectFit: cover |
| desktop | [data-component="hero"] | minHeight | PASS | minHeight: 720px |
| mobile | [data-component="hero"] | minHeight | PASS | minHeight: 560px |
| mobile | [data-component="hero"] > div.relative.z-10 | alignItems | PASS | alignItems: flex-end |
| mobile | .js-hero-slide:not(.hidden) img | objectFit | PASS | objectFit: cover |