.blg-banner {
	width: 100%;
	margin: 24px 0;
}

.blg-banner__link {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.blg-banner__image {
	display: block;
	width: 100%;
	height: auto;
}

.blg-banner__cta {
	position: absolute;
	right: 24px;
	bottom: 24px;
	display: inline-block;
	padding: 12px 20px;
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	border-radius: 4px;
}

@media (max-width: 767px) {
	.blg-banner__cta {
		right: 16px;
		bottom: 16px;
		padding: 10px 16px;
		font-size: 14px;
	}
}
