.custom_parallax_callout { padding: 80px 0;}

.home .custom_parallax_callout {
	padding-bottom: 0;
}

.image-scroller {
	background-color: #616a72;
	height: 720px;
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
.image-scroller:after {
	content: "";
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 64em) {
	.image-scroller {
		height: 360px;

	}
}
@media only screen and (max-width: 40em) {
	.image-scroller {
		height: 360px;
		background-attachment: inherit;
	}
}
.image-scroller .inner {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	z-index: 15;
	text-align: center;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.image-scroller .inner .title {
	font-size: 80px;
	line-height: 80px;
	margin-bottom: 40px;
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	font-weight: 300;
}
@media only screen and (max-width: 64em) {
	.image-scroller.minimal-small .inner .title {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 40em) {
	.image-scroller .inner .title {
		font-size: 54px;
		line-height: 50px;
	}
}
.image-scroller .inner .subtitle {
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.image-scroller.minimal-small .inner .subtitle {
	margin-bottom: 20px;
}
@media only screen and (max-width: 64em) {
	.image-scroller .inner .subtitle {
		font-size: 18px;
	}
	.image-scroller.minimal-small .inner .subtitle {
		display: none;
	}
}
.image-scroller .inner .scroller {
	cursor: pointer;
}
@media only screen and (max-width: 64em) {
	.image-scroller.minimal-small .inner .scroller {
		display: none;
	}
}
.image-scroller .inner .scroller img {
	display: block;
	margin: auto;
}
.image-scroller .inner .shared-button {
	max-width: 150px;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 40px;
	white-space: nowrap;
	padding: 0 15px;
}
