.interior-slideshow,
.interior-slideshow .img-cont,
.interior-slideshow .inner {
	position: relative;
	margin-bottom: 0;
}

.interior-slideshow .img-cont {
	overflow: hidden;
	width: 100%;
}

.interior-slideshow.show-overlay .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;
}

.interior-slideshow .img-cont img {
	width: 100%;
}

.interior-slideshow .content-section {
	padding: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	pointer-events: none;
	display: flex;
	flex-direction: column;
	align-items: baseline;
}

.interior-slideshow h4,
.interior-slideshow h4 a {
	font-family: 'Roboto Condensed', sans-serif;
	display: inline-block;
	color: #fff;
	font-weight: 700;
	line-height: 1.05em;
	letter-spacing: 0.02em;;
	font-size: 30px;
	pointer-events: all;
	text-decoration: none;
}

.interior-slideshow h4 {
	margin-bottom: 0;
}

.interior-slideshow .description {
	display: flex;
	align-items: flex-end;
	justify-content: start;
}

.interior-slideshow p {
	font-family: 'Merriweather', serif;
	display: inline-block;
	color: #fff;
	line-height: 1.35;
	font-size: 15px;
	width: 74%;
	font-style: italic;
}

.interior-slideshow .content-section .read-more {
	font-weight: bold;
	color: #388DD6;
	pointer-events: all;
	text-decoration: none;
	display: inline-block;
	padding-bottom: 0;
}

.interior-slideshow .content-section .read-more.inside {
	display: none;
}

.interior-slideshow .content-section .read-more i {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--Yellow);
	width: 35px;
	height: 35px;
	border-radius: 50%;
	color: var(--Gray);
	font-size: 24px;
	text-decoration: none;
	list-style: none;
	visibility: visible;
}

.interior-slideshow .sponsored {
	position: relative;
}

@media (min-width: 64em) {
	.interior-slideshow .content-section {
		left: 0;
		right: 0;
		padding-left: 30px;
		padding-bottom: 30px;
		margin-right: auto;
		max-width: 625px;
	}

	.interior-slideshow h4,
	.interior-slideshow h4 a {
		font-size: 40px;
	}

	.interior-slideshow h4 {
		margin-bottom: 10px;
	}

	.interior-slideshow .description {
		justify-content: flex-start;
		width: 100%;
	}

	.interior-slideshow p {
		font-size: 18px;
		margin-right: 10px;
	}

	.interior-slideshow .content-section .read-more.outside {
		display: none;
	}

	.interior-slideshow .content-section .read-more.inside {
		display: inline-block;
		padding-left: 5px;
	}

	.interior-slideshow .content-section .read-more i {
		width: 17px;
		height: 17px;
		font-size: 12px;
	}
}