@media only screen and (min-width: 769px) {
	
	.lutemodafightParallaxTitle {

		font-size: 55px;

		line-height: 65px;

		text-align: center;

		
	}

	.lutemodafightParallaxContentContainer {

		font-size: 40px;

		line-height: 55px;

		text-align: center;
	}
}

@media only screen and (max-width: 768px) {
	
	.lutemodafightParallaxTitle {

		font-size: 20px;

		line-height: 30px;

		text-align: center;
	}

	.lutemodafightParallaxContentContainer {

		font-size: 18px;

		line-height: 28px;

		text-align: center;
	}
}