@media screen and (max-width: 480px) { 
	#desktop_problem_text{
		display:none;
	}
	#mobile_problem_text {
		float: left;
		width: 100%;
		background-color: #ffffff;
		color: #000000;
		padding:0px 2% 2% 2%;
		max-width: 100%;
		height: auto;
	}
}