.fw-image-text {
	display: flex;
	margin: 50px auto 75px auto;
	max-width: 975px;
}

.fw-image-text .image-wrapper {
	position: relative;
}

.fw-image-text img.large {
	display: none;
}

.fw-image-text .overlay {
	width: 100%;
	background: #333;
	color: var(--white);
	padding: 45px 20px;
}

.fw-image-text .overlay .title {
	font-family: var(--font-body-bold);
	font-size: 27px;
	line-height: 34px;
	margin-bottom: 25px;
}

.fw-image-text .overlay .text {
	font-size: 20px;
	line-height: 30px;
}

@media (min-width: 1100px) {
	.fw-image-text {
		max-width: 1250px;
		margin-left: auto;
		margin-right: auto;
	}

	.fw-image-text img.small {
		display: none;
	}

	.fw-image-text img.large {
		display: block;
	}

	.fw-image-text .overlay {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 500px;
		padding: 90px 45px;
		backdrop-filter: blur(4px);
		background: rgba(0,0,0,.6);
		backdrop-filter: blur(4px);
		-webkit-backdrop-filter: blur(4px);
	}
}
