/* COOL HEADER */
figure.cool-header {
	display: block;
	margin: 20px 0 70px;
}
figure.cool-header figcaption {
	position: relative;
	flex: 1 1 46%;
	margin: 0 15px 40px;
}
figure.cool-header figcaption::before {
	content: "";
	display: block;
	position: absolute;
	left: -200px;
	bottom: -110px;
	right: -200px;
	top: -130px;
	background-color: #fffaed;
	z-index: -1;
}
figure.cool-header figcaption::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -10px;
	height: 6px;
	width: 40%;
	background-color: #ff4539;
}
figure.cool-header figcaption.notitle::after { background-color: transparent; }
figure.cool-header figcaption h3 {
	font: 400 38px/1 "DIN Next LT W01 Black", sans-serif;
	color: #434444;
	text-transform: uppercase;

}
figure.cool-header > .pic-wrapper {
	position: relative;
} 
figure.cool-header .pic-wrapper > a {
	position: relative;
	color: #ff4539;
	flex: 1 1 53%;
}
figure.cool-header div.sh-more-link,
figure.cool-header a.sh-more-link {
	font: 400 20px/1 "DIN Next LT W01 Medium Italic",sans-serif;
	display: inline-block;
	max-width: 100%;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 75%);
	border: 5px solid #ff4539;
	padding: 17px 27px;
	text-align: center;
	text-decoration: none;
	color: #ff4539;
}
figure.cool-header .pic-wrapper > a.play-btn {
	position: absolute;
    display: block;
    width: 75px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 40em) {
	figure.cool-header div.sh-more-link,
	figure.cool-header a.sh-more-link {
		padding: 17px 20px;
		min-width: 147px;
	}
}
@media screen and (min-width: 40.063em) {
	figure.cool-header {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		margin: 0 0 120px;
	}
	figure.cool-header div.sh-more-link,
	figure.cool-header a.sh-more-link {
		font-size: 30px;
	}
}
@media screen and (min-width: 64.063em) {
	figure.cool-header div.sh-more-link,
	figure.cool-header a.sh-more-link {
		font-size: 40px;
	}
}
@media screen and (min-width: 40.063em) and (max-width: 240em) {
	figure.cool-header figcaption h3 {
		font-size: calc(38px + (230 - 38) * ((100vw - 640px) / (3840 - 640)));
	}
	figure.cool-header figcaption {
		margin: 0 40px 0 8%;
	}
}