#slideshow-container {
	transition: opacity 200ms ease-in;
	opacity: 0;
}
.blog-index #slideshow-container,
#slideshow-container.loaded {
	opacity: 1;
}
.custom_header_slideshow_blog {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: calc(100% * 500 / 1400);
}
.custom_header_slideshow_blog:after {
	opacity: 0.6;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 300px;
	max-height: 70%;
	content: '';
}
.custom_header_slideshow_blog img {
	width: 100%;
}
.custom_header_slideshow_blog h1 {
	z-index: 3;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	color: var(--secondary-color);
	font-size: 27.5px;
	font-family: var(--font-family-heading);
	font-weight: 700;
	font-style: normal;
	margin: 0;
	width: 100%;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
}
@media (min-width:40em) {
	.custom_header_slideshow_blog h1 {
		font-size: 55px;
		bottom: 25px;
	}
}