.parallaxer {
	display: block;
	overflow: hidden;
	position: relative;
	height: 50vw;
	width: 100%;
}
@media only screen and (min-width:769px){
.parallaxer-non {
	display: block;
	overflow: hidden;
	position: relative;
	height: 50vw;
	width: 100%;
	min-height: 40vh;
	max-height: 860px;
}
.parallaxer {
	height: 48vw;
	width: 100%;
}
}
@media only screen and (min-width:992px){
.parallaxer {
	height: 45vw;
	width: 100%;
}
}
@media only screen and (min-width:1200px){
.parallaxer {
	height: 42vw;
	width: 100%;
}
}
.parallaxer img {
	display: none;
}

.parallaxer img:first-child {
	bottom: 0;
	display: block;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	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;
}
