.homepage-slideshow,
.homepage-slideshow .img-cont,
.homepage-slideshow .slide .inner {
	position: relative;
}
.homepage-slideshow .slide {
	margin-bottom: 45px;
}
.homepage-slideshow .homepage-slider:not(.slick-initialized) .slide:nth-child(n+2) {
	display: none;
}
.homepage-slideshow .img-cont {
	height: 0;
	width: 100%;
	padding-bottom: 98%; /* 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: 70%;
	pointer-events: none;
}
.homepage-slideshow .img-cont img {
	display: block;
	width: 100%;
}
.homepage-slideshow h4,
.homepage-slideshow h4 a {
	color: #fff;
    font-weight: bold;
	font-family:"Sagona W05 Bold";
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 25px;
	line-height: 30px;
	text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.51);
}
.homepage-slideshow h5 {
	color: #fff;
}
.homepage-slideshow .content-section {
	position: absolute;
    left: 50%;
    top: 51%;
    z-index: 10;
    pointer-events: none;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.homepage-slideshow .content-section p {
	color: #fff;
}
.homepage-slideshow .content-section .read-more {
	font-weight: bold;
	color: #388DD6;
	pointer-events: all;
}

.homepage-slideshow .down-arrow {
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	width: 53px;
    height: 64px;
}
.homepage-slideshow .content-section .secret-coast {
	display: flex;
	justify-content: center;
}
.homepage-slideshow .content-section .secret-coast img {
	width: 300px;
	height: 21px;
}
.homepage-slideshow .shared-play-button {
	top: 80%;
	width: 50px;
    height: 50px;
    line-height: 45px;
	font-size: 20px;
}

@media (min-width: 40em) {
	.homepage-slideshow .img-cont {
		padding-bottom: calc(300/800 * 100%);
	}
	.homepage-slideshow .down-arrow {
		width: 100px;
		height: 100px;
	}
	.homepage-slideshow .content-section {
		top: 50%;
	}
	.homepage-slideshow .shared-play-button {
		top: 70%;
	}
}
@media (min-width: 640px) and (max-width: 790px) {
	.homepage-slideshow .content-section {
		top: 39%;
	}
}
@media (min-width: 64em) {
	.homepage-slideshow .img-cont {
		padding-bottom: calc(555/1366 * 100%);
	}
	.homepage-slideshow h4,
	.homepage-slideshow h4 a {
		font-size: 53px;
		line-height: 64px;
		font-weight: 900;
	}
	.homepage-slideshow h5 {
		font-size: 42px;
	}
	.homepage-slideshow .content-section p {
		font-size: 17px;
		line-height: 27px;
	}
	.homepage-slideshow .content-section .secret-coast img {
		width: 566px;
		height: 40px;
	}
	.homepage-slideshow .shared-play-button {
		top: 80%;
	}
}
@media (min-width: 1200px) {
	.homepage-slideshow .content-section {
		max-width: 750px;
		left: 50%;
		margin: 0 auto;
	}
}
@media (min-width: 1500px) {
	.homepage-slideshow .shared-play-button {
		top: 70%;
	}
}