@charset "UTF-8";
@media all {
	.ego-parallax {
		display: block;
		position: relative;
		height: 500px;
		overflow: hidden;
	}
	.ego-parallax > img,
	.ego-parallax > picture > img {
		min-width: 100%;
		min-height: 100%;
		position: absolute;
		left: 50%;
		bottom: 0;
		display: block;
		transform: translate3d(-50%, 75px, 0);
	}
}