.custom_header_slideshow_blog {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.custom_header_slideshow_blog::before,
.custom_header_slideshow_blog::after {
	content: "";
	position: absolute;
	background: #fff;
	bottom: 0px;
	height: 10vw;
	width: 60%;
	z-index: 1;
}

.custom_header_slideshow_blog::after {
	right: 50%;
	transform: translateY(100%) rotate(9.3deg);
	transform-origin: top right;
}
.custom_header_slideshow_blog::before {
	left: 50%;
	transform: translateY(100%) rotate(-9.3deg);
	transform-origin: top left;
}

.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-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 75px;
	line-height: 80px;
	margin: 0;
	width: 100%;
	padding: 0 15px;
	text-align: center;
}
.custom_header_slideshow_blog .title-cont {
	position: absolute;
	bottom: 125px;
	width: 460px;
	left: 0;
	right: 0;
	height: 155px;
	background-image: url('../png/header-green-box-2.png');
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.custom_header_slideshow_blog .title-cont h4 {
	color: #ffffff;
	font-family: 'Rock Salt', cursive;
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	padding-left: 30px;
}
@media only screen and (min-width: 40em) {
	.custom_header_slideshow_blog .title-cont h4 {
		font-size: 20px;
		line-height: 32px;
	}
	.custom_header_slideshow_blog .title-cont {
		bottom: 245px;
	}
}
/* Desktop 1024+ */
@media only screen and (min-width: 64em) {}

@media only screen and (max-width: 40.063em) {
	.custom_header_slideshow_blog h1 {
		font-size: 30px;
		line-height: 30px;
		bottom: 5px;
	}
}