.parallaxer {
	display: block;
	overflow: hidden;
	position: relative;
	height: 32vh;
	min-height: 180px;
	width: 100%;
	vertical-align: top;
}
@media only screen and (min-width:769px){
.parallaxer {
	height: 43vh;
	width: 100%;
	min-height: 220px;
}
}
@media only screen and (min-width:992px){
.parallaxer {
	height: 49vh;
	width: 100%;
	min-height: 300px;
}
}
@media only screen and (min-width:1200px){
.parallaxer {
	height: 55vh;
	width: 100%;
	min-height: 360px;
}
}
.parallaxer img {
	display: none;
}

.parallaxer img:first-child {
	bottom: 0;
	display: block;
	left: 50%;
	min-height: auto;
	min-width: 100%;
	opacity: 0.5;
	position: absolute;
	-webkit-transition: opacity 1500ms ease-out 0s;
	-moz-transition: opacity 1500ms ease-out 0s;
	-o-transition: opacity 1500ms ease-out 0s;
	transition: opacity 1500ms ease-out 0s;
	-ms-transition: opacity 1500ms ease-out 0s;
}

.parallaxer-not-supported {
	display: none;
}
