.widget-header-slideshow-interior {position: relative;margin-bottom: 22px;}
.widget-header-slideshow-interior img.fill {width: 100%;}
a.videolink{
	width: 100%;
	display: inline;
}
i.fa.fa-play-circle.fa-4x {
	font-size: 5em;
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 2;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.credits{
	position: absolute;
	bottom: 5px;
	right: 0;
	padding: 0px;
	background-color: #00233d;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	padding-right: 11px;
	padding-left: 10px;
	line-height: 23px;
	font-family: "mostra-nuova", sans-serif;
	letter-spacing: .056em;
	padding-top: 1px;
}
.bmp_brand .credits{
	background-color: var(--bmp-microsite-dark-green);
}
.credits img{
	margin-right: 3px;
	vertical-align: top;
	margin-top: 3px;
}
.credits span{
	opacity: .95;
}
@media only screen and (max-width: 40.063em) {
	.credits{
		position: relative;
		text-align: right;
		font-size: .62em;
		line-height: 20px;
		height: 19px;
	}
	.credits img {
		width: 13px;
		margin-right: 6px;
	}
	.header-slideshow-container.short-image{
		min-height: 70px;
		max-height: 70px;
		overflow: hidden;
	}
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.header-slideshow-container.short-image{
		height: 95px;
		overflow: hidden;
	}
}
@media only screen and (min-width: 64em) {
	.header-slideshow-container.short-image{
		min-height: 150px;
		max-height: 150px;
		overflow: hidden;
	}
}
.header-slideshow-container.short-image{
	margin-bottom: 22px;
}

.header-slideshow-container .scroll-icon {
	position: absolute;
	margin: 0 auto;
	bottom: 25%;
	left: 50%;
	transform: translateX(-50%);
}