.header-interior,
.header-interior .img-cont {
	position: relative;
}
.header-interior .slide {
	height: 0;
	overflow: hidden;
	padding-bottom: 103%;
	margin-bottom: 30px;
}
.header-interior .homepage-slider:not(.slick-initialized) .slide:nth-child(n+2) {
	display: none;

}
.header-interior .slide .inner {
	position: relative;
}

.header-interior .img-cont img {
	display: block;
	width: 100%;
}
.header-interior h4 {
	color: #fff;
	font-weight: bold;
}

.header-interior .content-section {
	padding: 20px;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 10;
	pointer-events: none;
	max-width: 1320px;
	width: 100%;
	transform: translateX(-50%);
}

.header-interior .content-section p {
	color: #fff;
}
.header-interior .content-section .read-more {
	font-weight: bold;
	pointer-events: all;
}

.header-interior .arrow-cont {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	z-index: 1;
	pointer-events: none;
}

.header-interior .arrow-cont .arrow {
	font-size: 53px;
	color: white;
	pointer-events: all;
	cursor: pointer;
}
@media (min-width: 768px) {
	.panel-two-col .header-interior {
		margin-bottom: 0;
	}

	.header-interior .slide {
		padding-bottom: 46%;
	}
}

@media (min-width: 900px) {
	.header-interior .slide {
		padding-bottom: 41%;
	}
}

@media (min-width: 1280px) {
	.header-interior .slide {
		padding-bottom: 26%;
	}
}

@media (min-width: 64em) {
	.header-interior {
		padding: 0;
	}
	.header-interior .cols {
		display: flex;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
	}
	.header-interior .cols .slide {
		width: 50%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-interior h4 {
		font-size: 25px;
		line-height: 30px;
		font-weight: 900;
	}

	.header-interior .content-section p {
		font-size: 17px;
		line-height: 27px;
	}
}
