#intro .parallax > .bcg{
	background-image: url("../image/background.jpg")
}

.risk-profiling-answer{
	white-space: normal;
}


.section-inner{
	position: relative;
}


/*@media screen and (min-width:768px){*/
	.section-inner{
		top: 40%;
		transform: translateY(-50%);	
	}
	
	#result .section-inner{
		top: 0%;
		transform: translateY(0%);
	}
/*}*/


#result .sub-title{
	font-size:21px;
}