.dl-block-imageplus {
	background-size: cover;
	height: auto;
	position: relative;
	opacity:0;
}

.dl-block-imageplus a {
	display: block;
	width:100%; height:100%;
}

.dl-block-imageplus.invisible {
	transform: translate3d(650px,0,0);
}
.dl-block-imageplus.visible {
transition: all 2s;
	transform: translate3d(0px,0,0);
	opacity:1;
}

.dl-block-imageplus .caption-container {
	background-color: #f29100;
	color: white;
	position: absolute;
	bottom:0;
	left:0; right: 0;
}
.dl-block-imageplus .caption-container .display-text {
	font-size: 24px;
	padding: 5px 0;
	color: white;
	text-align: center;
	font-family: 'Comfortaa';
	font-weight: 500;
}

.dl-block-imageplus .caption-container .hidden-text {
	overflow: hidden;
	color: rgba(255,255,255,0);
}
.dl-block-imageplus .caption-container .hidden-text .spacer {
	font-size: 15px;
	color: inherit;
	text-align: center;
	font-weight: 500;
	padding:12px 0;
}


@media screen and (min-width: 480px) {
	.dl-block-imageplus .caption-container .display-text {font-size: 20px;}
	.dl-block-imageplus .caption-container .hidden-text .spacer {font-size: 15px;}
}

@media screen and (min-width: 760px) {
	.dl-block-imageplus .caption-container .display-text {font-size: 20px;padding: 10px 0;}
	.dl-block-imageplus .caption-container .hidden-text .spacer {font-size: 15px;}
}

@media screen and (min-width: 992px) {
	.dl-block-imageplus .caption-container .display-text {font-size: 24px;padding: 12px 0;}
	.dl-block-imageplus .caption-container .hidden-text .spacer {font-size: 18px;}
}

@media screen and (min-width: 1200px) {
	.dl-block-imageplus .caption-container .display-text {font-size: 24px;}
	.dl-block-imageplus .caption-container .hidden-text .spacer {font-size: 18px;}
}