.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 .slide-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.custom_header_slideshow_blog .slide-content h1 {
	font-family: "trade-gothic-next";
    font-size: 28px;
    line-height: 32px;
    margin: 0;
    text-transform: uppercase;
    color: white;
    font-weight: 900;
}

@media (min-width: 64.063em){
	.custom_header_slideshow_blog .slide-content h1{
	    font-size: calc(28px + (72 - 28) * ((100vw - 1025px) / (1700 - 1025)));
	    line-height: calc(32px + (60 - 32) * ((100vw - 1025px) / (1700 - 1025)));
	}	
}

@media only screen and (max-width: 40.063em) {
	.custom_header_slideshow_blog h1 {
		font-size: 30px;
		line-height: 30px;
		bottom: 5px;
	}
}