.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: 45px;
    line-height: 80px;
    margin: 0;
    width: 100%;
    padding: 0 15px;
    text-align: left;
    font-family: ‘poynter-oldstyle-text’, serif;
    text-transform: uppercase;
}
.custom_header_slideshow_blog .credits {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #FFF;
	z-index: 9;
	text-align: right;
	line-height: 1em;
	font-size: 16px;
	font-family: ff-tisa-web-pro, serif
}

.custom_header_slideshow_blog .credits span{
	display: block;
    color: white;
    text-align: right;
}


@media only screen and (max-width: 40.063em) {
	.custom_header_slideshow_blog h1 {
		font-size: 30px;
		line-height: 30px;
		bottom: 5px;
	}
}