.parallax-background {
    display: flex;
    overflow: hidden;
}
.parallax-background .parallax-inner {
	display:flex;
	flex-direction:column-reverse;
	justify-content:center;
	scale:1.105;
}

.parallax-background img {
	width:100%;
}