.custom_header_slideshow_blog {
	position: relative;
	overflow: hidden;
}

.custom_header_slideshow_blog img {
	width: 100%;
}

.custom_header_slideshow_blog .blog-picture::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(6, 0, 22, 0.40), transparent);
	pointer-events: none;
}

.custom_header_slideshow_blog h1 {
	font-family:'Helvetica Neue LT W05_75 Bold';
	font-weight: 500;
	z-index: 3;
	position: absolute; 
	bottom: 73px;
	left: 0;
	color: #FFF;
	font-weight: 400;
	font-size: 54px;
	line-height: 1.06em;
	margin: 0;
	width: 100%;
	padding: 0;
	margin-left: 40px;
	text-align: left;
	padding-right: 60px;
	max-width: 200px;
}

.custom_header_slideshow_blog h1::before {
    position: absolute;
    content: "";
	top: 8px;
	bottom: 8px;
    left: -20px;
    width: 3px;
    background-color: rgb(249, 162, 26);
}
@media only screen and (min-width: 25em) {

}

@media screen and (min-width: 80em) {
	.custom_header_slideshow_blog h1 {
		font-family:'Helvetica Neue LT W05_75 Bold';
		font-size: 95px;
		bottom: 90px;
		padding-left: 0;
		max-width: 100px;
		left: -49px;
		margin-left: 150px;
		line-height: 1.15em;
	}	
	.custom_header_slideshow_blog h1::before {
		width: 6px;
		left: -40px;
	}
}