/*
 * Banner Block
 * Full-width promotional image with an optional link.
 * Width follows the container; height comes from the image's intrinsic ratio.
 */

.banner-block {
	margin: 0 auto;
}

.banner-block__link {
	display: block;
}

.banner-block__image {
	display: block;
	width: 100%;
	height: auto;
}
