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