.interior-slideshow,
.interior-slideshow .img-cont {
	position: relative;
}
.interior-slideshow .img-cont a {
	display: block;
}
.interior-slideshow .slide .inner {
	position: relative;
}

.interior-slideshow .img-cont::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
	pointer-events: none;
}

.interior-slideshow .img-cont img {
	display: block;
	width: 100%;
}
.interior-slideshow .img-cont .bg-img {
	height: 740px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.interior-slideshow .img-cont .shared-play-button {
	width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 23px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    pointer-events: none;
}
@media(min-width:641px){
	.interior-slideshow .img-cont .shared-play-button {
		width: 120px;
		height: 120px;
		line-height: 118px;
		font-size: 63px;

	}
}
.interior-slideshow .img-cont .shared-play-button img {
    position: absolute;
    left: -5%;
    top: -5%;
	transform: scale(1.1);
	z-index: 1;
}

.interior-slideshow h4 {
	color: #fff;
	font-weight: bold;
}

.interior-slideshow .content-section {
	position: absolute;
	left: 20px;
	bottom: 12px;
	pointer-events: none;
}

.interior-slideshow .content-section h3 {
	font-size: 20px;
	letter-spacing: 1.2px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.4), -2px -2px 20px rgba(0, 0, 0, 0.4);
}

.interior-slideshow .content-section p {
	color: #fff;
    font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
	text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.4), -2px -2px 20px rgba(0, 0, 0, 0.4);
}

.interior-slideshow .content-section a {
	color: #fff;
	text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.4), -2px -2px 20px rgba(0, 0, 0, 0.4);
	font-size: 14px;
	line-height: 31px;
	font-family: 'Raleway', sans-serif;
}
.interior-slideshow .content-section a i {
	margin-left: 5px;
}
.interior-slideshow .content-section .read-more {
	font-weight: bold;
	pointer-events: all;
}
@media(min-width:641px){
	
	.interior-slideshow h4 {
		color: #fff;
		font-weight: bold;
	}

	.interior-slideshow .content-section {
		position: absolute;
		left: 50px;
		bottom: 25px;
		z-index: 10;
		pointer-events: none;
	}

	.interior-slideshow .content-section h3 {
		font-size: 35px;
		letter-spacing: 1.2px;
		line-height: 51px;
		color: #fff;
		font-weight: bold;
		margin-bottom: 0;
		text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.4), -2px -2px 20px rgba(0, 0, 0, 0.4);
	}

	.interior-slideshow .content-section p {
		color: #fff;
		font-size: 23px;
		line-height: 34px;
		margin-bottom: 5px;
		text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.4), -2px -2px 20px rgba(0, 0, 0, 0.4);
	}

	.interior-slideshow .content-section a {
		color: #fff;
		text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.4), -2px -2px 20px rgba(0, 0, 0, 0.4);
		font-size: 19px;
		line-height: 31px;
		font-family: 'Raleway', sans-serif;
	}
	.interior-slideshow .content-section .read-more {
		font-weight: bold;
		pointer-events: all;
	}
}
@media (min-width: 40em) {
	.panel-two-col .interior-slideshow {
		margin-bottom: 0;
	}
}

/* @media (min-width: 64em) {
	.interior-slideshow {
		padding: 0;
	}

	.interior-slideshow h4 {
		font-size: 25px;
		line-height: 30px;
		font-weight: 900;
	}

	.interior-slideshow .content-section p {
		font-size: 17px;
		line-height: 27px;
	}
} */
