.header-slideshow-container i.fa.fa-play-circle.fa-5x {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 50px;
	height: 50px;
	z-index: 999;
	color: #FFF;
}
/*
 * Interior Slideshow
 */
.interior-slideshow .item { position: relative; }
.interior-slideshow .gradient::before {}
.interior-slideshow .content {
	color: #fff;
	text-align: right;
	font-size: 15px;
	font-family: 'Aroma 2 LT W05 Bold';
	font-weight: 500;
	line-height: 18px;
	position: absolute;
	bottom: 17px;
	display: block;
	width: 100%;
	padding: 0 10px;
	right: 0;
}
.interior-slideshow .content span {color: #ff9f19;}
@media only screen and (max-width: 64em){
	.header-slideshow-container .item.disable-mobile-video .videolink { display: none !important; }
}
@media only screen and (min-width: 40.063em){
	/* > 641px  */ 
	.interior-slideshow .content {
		font-size: 18px;
		line-height: 21px;
		background-image: url("/includes/public/assets/images/shape-dots-blue.png");
		background-repeat: no-repeat;
		background-position: left 1px bottom 2px;
		width: 442px;
		overflow: visible;
		padding-left: 40px;
	}
}
@media only screen and (min-width: 64.063em) {
	/*  > 1024px  */ 
	.interior-slideshow .content {
		right: 15px;
		padding-right: 0;
		width: 435px;
	}
}
@media only screen and (min-width: 64.063em) {
	.slideshow_container img.img-responsive.img-fullwidth {
		min-height: 100%;
		min-width: 1024px;
		width: 100%;
	}
}
