.featured-image {
	.image__img {
		display: block;
		max-width: none;
		width: 100%;
		aspect-ratio: 16 / 9;
		object-fit: cover;
	}
}
