.container-yolo {
	display: flex;
	flex-direction: column;
	/* Stack items vertically */
	justify-content: space-between;
	/* Distribute space between items */
	height: 860px;
}

.container-yolo article:first-of-type {
	height: 100%;
	justify-content: center;
}

.yolo {
	position: relative;
	z-index: 1;
}

.parallax {
	position: absolute;
	height: inherit;
	background-repeat: no-repeat;
	background-attachment: fixed;
	transition: background-size 0.1s ease-out;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* Smooth transition for zoom */
	width: 100%;
}

.parallax.yolo-1 {
	background-image: url(/assets/img/3dObjects/flamengo.png);
	background-position: -2px bottom;
	background-size: 0;
}

.parallax.yolo-2 {
	background-image: url(/assets/img/3dObjects/glasses.png);
	background-position: right bottom;
	background-size: 0;
	margin-top: 5%;
}

.parallax.mile-system {
	background-image: url(/assets/img/3dObjects/keychain.png);
	background-position: left bottom;
	background-size: 0;

	@media (max-width:991px) {
		background-position: right top;
	}
}

.companies .parallax.mile-system {
	background-image: url(/assets/img/3dObjects/arrow.png);
}
