.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-cont {
	height: 0;
	padding-top: calc(100% * 400 / 640);
}

.custom_header_slideshow_blog img {
	position: absolute;
	top: 0;
	width: 100%;
}

.custom_header_slideshow_blog h1 {
	z-index: 3;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	color: #FFF;
	font-size: 30px;
	line-height: 1em;
	margin: 0;
	width: 100%;
	padding: 0 15px;
	text-align: center;
	font-family: 'Suez One', serif;
}

@media screen and (min-width: 640px) {
	.custom_header_slideshow_blog .img-cont{
		padding-top: calc(100% * 300 / 1024);
	}

	.custom_header_slideshow_blog h1 {
		font-size: 60px;
	}
}