.header-interior,
.header-interior .img-cont,
.header-interior .inner {
	position: relative;
}

.header-interior .slide {
	margin-bottom: 0;
}

.header-interior .img-cont {
	height: 0;
	width: 100%;
	padding-bottom: 89%; /* Sets the image box with the correct aspect ratio of the image to prevent content from pushing down when the image loads */
}

.header-interior .img-cont::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
	pointer-events: none;
}

.header-interior .img-cont img {
	width: 100%;
}
.header-interior h4,
.header-interior h4 a {
	color: #fff;
    font-family: 'Playfair-Display', serif;
    font-size: 40px;
    line-height: 1em;
    font-style: normal;
    font-weight: 700;
    margin: 0;
}

.header-interior .content-section {
	position: absolute;
    bottom: 46px;
    z-index: 10;
    pointer-events: none;
    width: 100%;
    padding: 0 20px;
}
.header-interior .content-section h5 {
	font-size: 20px;
    line-height: 1.7em;
    letter-spacing: 0.8px;
    color: #fff;
    font-family: 'BornReady', sans-serif;
    margin: 0;
}
.header-interior .content-section a.read-more {
	pointer-events: all;
    font-family: 'Karla', serif;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

.header-interior .content-section .read-more {
	font-weight: bold;
	color: #388DD6;
	pointer-events: all;
}
.header-interior .arrow-cont {
	position: absolute;
    left: 30px;
    width: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    pointer-events: none;
    bottom: 8px;
}
.header-interior .arrow-cont .arrow {
	font-size: 20px;
	color: #000;
	pointer-events: all;
	cursor: pointer;
}
.header-interior .arrow-cont span#slide-counter::after {
	content: '';
	background-image: url('/includes/public/assets/shared/homepage_arrow_bg.png');
	width: 122px;
	height: 31px;
	pointer-events: none;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	bottom: -1px;
}
.header-interior .arrow-cont span#slide-counter {
	font-family: 'Playfair-Display', serif;
    font-weight: 800;
	font-size: 18px;
	position: relative;
}
.header-interior .shared-play-button {
	position: relative;
    left: 30px;
    top: 43px;
}

@media (min-width: 40em) {
	.header-interior .img-cont {
		padding-bottom: calc(500/1440 * 100%);
	}
}

@media (min-width: 64em) {
	.header-interior .img-cont {
		padding-bottom: calc(416/1903 * 100%);
	}
	.header-interior .content-section p {
		font-size: 17px;
		line-height: 27px;
	}
	.header-interior .arrow-cont {
		left: inherit;
		right: 120px;
		bottom: 30px;
	}
	.header-interior .arrow-cont span#slide-counter::after {
		background-image: url('/includes/public/assets/shared/homepage_arrow_bg_lg.png');
		width: 130px;
		height: 46px;
		background-size: contain;
		top: -10px;
	}
}

@media (min-width: 1200px) {
	.header-interior .content-section {
		max-width: 500px;
		left: 39px;
		margin: 0 auto;
		bottom: 20px;
	}
	.header-interior .content-section h5 {
		font-size: 30px;
	}
	.header-interior h4,
	.header-interior h4 a {
		font-size: 60px;
	}
	.header-interior .content-section a.read-more {
		font-size: 20px;
	}
}

