@media screen and (max-width: 900px) {

	.quizQuestion {
		font-size:24px;
		line-height:30px;
	}

	.quizAnswer {
		font-size:20px;
		line-height:24px;
	}

	.resultTopPhoto {
		display:none;
	}
	
	.resultTopPhotoMobile {
		display:block;
		text-align:center;
		padding-bottom:15px;
	}
	
	.resultTopPhotoMobile img {
		width:50%;
	}

	.resultTitle {
		font-size: 30px;
		line-height: 35px;
	}
	
	.resultSubtitle {
		font-size: 14px;
		line-height: 18px;
	}
	
	.resultTopBlock {
		height:15px;
	}
	
	.resultTopText {
		display:block;
		width:90%;
		padding:0;
		margin:0 auto;
	}
	
	.resultInfoText {
		margin-top:40px;
	}
	
	.resultSeparator {
		top:-35px;
	}
	
	.resultSeparator img {
		width:80px;
	}
	
	.quizBottombar {
		display:none;
	}
	
	.ondaMobile {
		display:block;
		/*position:absolute;
		bottom:120px;*/
	}
	
	.ondaMobile img {
		width:100%;
	}

}
