.homepage-slideshow,
.homepage-slideshow .img-cont,
.homepage-slideshow .slide .inner {
	position: relative;
}

.homepage-slideshow .slide {
	margin-bottom: 0;
}

.homepage-slideshow .homepage-slider:not(.slick-initialized) .slide:nth-child(n+2) {
	display: none;
}

.homepage-slideshow .img-cont {
	height: 0;
	width: 100%;
	padding-bottom: 129.5%; /* Sets the image box with the correct aspect ratio of the image to prevent content from pushing down when the image loads */
}

.homepage-slideshow .img-cont::after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 61%;
    background: linear-gradient(to top, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
}

.homepage-slideshow .img-cont img {
	display: block;
	width: 100%;
}

.homepage-slideshow h4,
.homepage-slideshow h4 a {
	color: #fff;
    font-family: 'Playfair-Display', serif;
    font-size: 40px;
    line-height: 1em;
    font-style: normal;
    font-weight: 700;
    margin: 0;
}

.homepage-slideshow .content-section {
	position: absolute;
    bottom: 46px;
    z-index: 10;
    pointer-events: none;
    width: 100%;
    padding: 0 20px;
}
.homepage-slideshow .content-section h5 {
	font-size: 20px;
    line-height: 1.7em;
    letter-spacing: 0.8px;
    color: #fff;
    font-family: 'BornReady', sans-serif;
    margin: 0;
}
.homepage-slideshow .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;
}

.homepage-slideshow .content-section .read-more {
	font-weight: bold;
	color: #388DD6;
	pointer-events: all;
}

.homepage-slideshow .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;
}

.homepage-slideshow .arrow-cont .arrow {
	font-size: 20px;
	color: #000;
	pointer-events: all;
	cursor: pointer;
	width: 25px;
    text-align: center;
}
.homepage-slideshow .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;
}
.homepage-slideshow .arrow-cont span#slide-counter {
	font-family: 'Playfair-Display', serif;
    font-weight: 800;
    font-size: 18px;
}

@media (min-width: 40em) {
	.homepage-slideshow .img-cont {
		padding-bottom: calc(630/1440 * 100%);
	}
}

@media (min-width: 64em) {
	.homepage-slideshow .img-cont {
		padding-bottom: calc(833/1903 * 100%);
	}
	.homepage-slideshow .content-section p {
		font-size: 17px;
		line-height: 27px;
	}
	.homepage-slideshow .arrow-cont {
		left: inherit;
		right: 120px;
		bottom: 30px;
	}
	.homepage-slideshow .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;
		bottom: -7px;
	}
}

@media (min-width: 1200px) {
	.homepage-slideshow .content-section {
		max-width: 500px;
		left: 40px;
		margin: 0 auto;
		bottom: 20px;
	}
	.homepage-slideshow .content-section h5 {
		font-size: 30px;
	}
	.homepage-slideshow h4,
	.homepage-slideshow h4 a {
		font-size: 60px;
	}
	.homepage-slideshow .content-section a.read-more {
		font-size: 20px;
	}
}

