.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: inline-block;
}

.parallaxer img:first-child {
	bottom: 0;
	display: block;
	left: 50%;
	min-height: auto;
	min-width: 1400px;
	opacity: 0.0;
	position: absolute;
	-webkit-transition: opacity 2500ms ease-out 0s;
	-moz-transition: opacity 2500ms ease-out 0s;
	-o-transition: opacity 2500ms ease-out 0s;
	transition: opacity 2500ms ease-out 0s;
	-ms-transition: opacity 2500ms ease-out 0s;
}
@media only screen and (min-width:992px){
.parallaxer img:first-child {
	bottom: 0;
	display: block;
	left: 50%;
	min-height: auto;
	min-width: 100%;
}
}
.parallaxer-not-supported {
	display: none;
}
