.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 h1 {
	z-index: 3;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	color: #FFF;
	font-weight: 600;
	font-size: 75px;
	line-height: 80px;
	margin: 0;
	width: 100%;
	padding: 0 15px;
	text-align: center;
}
@media only screen and (max-width: 40.063em) {
	.custom_header_slideshow_blog h1 {
		font-size: 30px;
		line-height: 30px;
		bottom: 5px;
	}
}