.hero-banner-swoc__image,
.hero-banner-swoc__image img {
	display: block;
	width: 100%;
}

.hero-banner-swoc__image {
	aspect-ratio: 1400 / 585;
}

.hero-banner-swoc__image img {
	height: 100%;
}

@media (max-width: 768px) {
	.hero-banner-swoc__image {
		aspect-ratio: 394 / 492;
	}
}
