.parallaxer {
	display:  block;
	overflow: hidden;
	position: relative;
	height:   300px;
	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 250ms ease-out;
	-moz-transition:    opacity 250ms ease-out;
	-o-transition:      opacity 250ms ease-out;
	transition:         opacity 250ms ease-out;
}

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




/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

.parallaxer {
	height:   500px;
}


}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {




}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
