/* Parallax Scroll */
article {
	position: relative;
	width: 100%;
	overflow: hidden;
}
article img {
	position: absolute;
	bottom:0;
	left: 0;
}
article p {
	position: absolute;
	width: 100%;
}

/* Parallax Hover */
.parallax-container {
	position: relative;
	margin-bottom: 50px;
}
.parallax-container .parallax-inner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
/* .parallax-container .parallax-inner:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.15);
	z-index: 1;
} */
.parallax-wrap {
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% + 40px);
	height: 100%;
}
.parallax-message {
	color: #fff;
	margin-top: 60px;
}
.parallax-message h2 {
	text-transform: uppercase;
	font-size: 46px;
	color: #ffffff;
	margin-bottom: 15px;
	max-width: 500px
	/* position: relative; */
}
.parallax-message iframe {
	border:2px solid #ffffff;
}
