.header-interior,
.header-interior .img-cont,
.header-interior .inner {
	position: relative;
}
.header-interior { overflow: hidden; }
.header-interior::before,
.header-interior::after {
	content: "";
	position: absolute;
	background: #fff;
	bottom: 0px;	
	height: 10vw;
	width: 60%;
	z-index: 1;
}

.header-interior::after {
	right: 50%;
	transform: translateY(100%) rotate(9.3deg);
	transform-origin: top right;
}
.header-interior::before {
	left: 50%;
	transform: translateY(100%) rotate(-9.3deg);
	transform-origin: top left;
}
.header-interior {
	margin-bottom: 40px;
}

.header-interior .slide {
	overflow: hidden;
}

.header-interior .img-cont {
	height: 0;
	width: 100%;
	padding-bottom: calc(890/640 * 100%);
}

.header-interior .img-cont::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 44%;
	background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	pointer-events: none;
}
.header-interior .img-cont img {
	width: 100%;
}

.header-interior .content-section {
	padding: 20px;
	position: absolute;
	left: 0;
	bottom: 60px;
	z-index: 10;
	pointer-events: none;
	background-image: url('../png/header-green-box.png');
	background-size: cover;
	width: 350px;
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.header-interior h4,
.header-interior h4 a {
	color: #ffffff;
	font-family: 'Rock Salt', cursive;
	font-size: 16px;
	line-height: 26px;
	margin: 0;
}

.header-interior .content-section p,
.header-interior .content-section .read-more {
	font-weight: bold;
	color: #ffffff;
	pointer-events: all;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}

.header-interior .arrow-cont {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	z-index: 1;
	pointer-events: none;
	transform: translateY(-50%);
}

.header-interior .arrow-cont .arrow {
	font-size: 53px;
	color: white;
	pointer-events: all;
	cursor: pointer;
}

@media (min-width: 860px) {
	.header-interior .img-cont {
		padding-bottom: calc(728/1020 * 100%);
	}
	.header-interior .content-section {
		bottom: 105px;
	}
}

@media (min-width: 64em) {
	.header-interior {
	    margin-bottom: 60px;
	}
	.header-interior .img-cont {
		padding-bottom: calc(672/1440 * 100%);
	}
	
	.header-interior .img-cont::before {
		height: 33%;
		background: linear-gradient(to bottom, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0) 100%);
	}
	
	.header-interior h4,
	.header-interior h4 a {
		font-size: 20px;
		line-height: 32px;
	}

	.header-interior .content-section p {
		font-size: 18px;
		line-height: 30px;
	}
	.header-interior .arrow-cont {
		top: 38%;
	}
	.header-interior .content-section {
		bottom: 165px;
	}
	.header-interior .content-section {
		width: 460px;
		left: 0;
		right: 0;
		height: 155px;
		background-image: url('../png/header-green-box-2.png');
		bottom: 150px;
	}
	.header-interior .slide:hover .content-section {
		background-image: url('../png/hover.png');
	}
}
@media (min-width: 1451px) and (max-width: 1920px) {
	.header-interior .content-section {
		bottom: 215px;
	}
	.header-interior picture.overlay {
		bottom: -426px;
	}
}