.custom_header_slideshow_blog {
	position: relative;
	overflow: hidden;
}
.custom_header_slideshow_blog:after {
	background: linear-gradient( 0deg, rgb(0,0,0), rgba(0,0,0,0) 100%);
	opacity: 0.6;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 200px;
	z-index: 2;
	content: '';
}
.custom_header_slideshow_blog img {
	width: 100%;
}
.custom_header_slideshow_blog i.fab {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 10px;
	font-size: 28px;
	pointer-events: none;
	color: #fff;
	z-index: 3;
}
.custom_header_slideshow_blog h1 {
	z-index: 3;
	position: absolute;
	bottom: 20px;
	left: 20px;
	font: 600 20px var(--knockout-49), sans-serif;
    line-height: 1.1em;
	margin: 0;
	text-align: center;
	color: #fff;
	text-align: left;
    text-transform: uppercase;
    width: 290px;
}
@media only screen and (min-width:40em) {
	.custom_header_slideshow_blog h1 {
		font-size: 33px;
		left: 30px;
		bottom: 15px;
	}
}
@media (min-width: 64em) {
	.custom_header_slideshow_blog i.fab {
		padding: 15px;
		font-size: 32px;
	}
}