/* INTERIOR HEADER SLIDESHOW */
.interior-header {
	margin-bottom: 1.25rem;
}
.interior-header img {
	width: 100%;
}
.interior-header figcaption {
	position: absolute;
	bottom: 40px;
	left: 40px;
	border:  2px solid #fff;
	padding:  12px 14px;
}
.interior-header h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	margin:  0;
	padding:  0;
}

.interior-header a.videolink.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.interior-header h3 > a::after {
	content: "\f0da";
	font-family: FontAwesome;
	margin-left: 5px;
}
@media only screen and (max-width: 40em) {
	.interior-header figcaption {
		left: 15px;
		bottom: 23px;
		margin-right: 15px;
	}
	.interior-header h3 {
		font-size: 16px;
	}
}
