.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 .content{
	position: absolute;
    z-index: 3;
    right: 0;
    bottom: 30px;
    width: 100%;
    padding: 0 15px;
}

.custom_header_slideshow_blog .content .inner{
	max-width: 1340px;
    position: absolute;
    bottom: 0;
    left: 0px;
    padding: 0 15px;
}

.custom_header_slideshow_blog .content h1 {
	margin-bottom: 2px;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 23px;
    line-height: 24px;
    text-transform: uppercase;
}
@media only screen and (min-width: 1025px){
	.custom_header_slideshow_blog .content .inner {
		padding: 0 30px;
	}

	.custom_header_slideshow_blog .content .inner h1{
	    font-size: 42px;
    	line-height: 38px;
	}
}

@media (min-width: 1400px) {
	.custom_header_slideshow_blog .content .inner {
	    left: calc((100vw - 1340px)/2);
	}
}


@media only screen and (max-width: 40.063em) {
	.custom_header_slideshow_blog h1 {
		font-size: 30px;
		line-height: 30px;
		bottom: 5px;
	}
}