.stowly-provider-signup-visual-hero {
position: relative;
margin: 0 0 28px;
border-radius: var(--stowly-radius-xl, 24px);
overflow: hidden;
aspect-ratio: 21 / 9;
max-height: 320px;
background: var(--stowly-color-surface-soft, #f4f4f5);
box-shadow:
0 1px 0 rgba(0, 0, 0, 0.04),
0 16px 40px -24px rgba(0, 0, 0, 0.16);
}
.stowly-provider-signup-visual-hero img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
@media (max-width: 600px) {
.stowly-provider-signup-visual-hero {
aspect-ratio: 16 / 9;
max-height: 220px;
border-radius: var(--stowly-radius-lg, 16px);
}
}