.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 .title-cont {
	position: absolute;
	width: calc(100% - 60px);
	bottom: 70px;
	z-index: 10;
	pointer-events: none;
	background-color: #272667;
	padding: 15px 20px;
}
.custom_header_slideshow_blog h1 {
	color: #fff;
	font-weight: bold;
	font-family: proxima-nova, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	text-transform: uppercase;
}
.custom_header_slideshow_blog a.read-more {
	font-weight: 600;
	color: #dbe442;
	pointer-events: all;
	font-family: ibm-plex-sans-condensed, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 27px;
	letter-spacing: 2px;
}
.custom_header_slideshow_blog .photo-credit {
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
    background-color: #007672;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 7px 15px;
    z-index: 2;
}

@media only screen and (min-width: 40em) {
	.custom_header_slideshow_blog .title-cont {
		font-size: 19px;
		width: 450px;
		padding: 20px 50px;
	}
	.custom_header_slideshow_blog .photo-credit {
		bottom: 0;
		right: 50px;
	}
}
@media only screen and (max-width: 40.063em) {
	.custom_header_slideshow_blog h1 {
		bottom: 5px;
	}
}