@media (min-width:320px) and (max-width:1024px) {
	.page-head-main {
		margin-top: -4.5rem!important;
	}
}

@media (min-width:1025px) {
	.page-head-main {
/* margin-top:0!important */;
	}
}

#app_description img {
	display: block;
	margin: 0 auto;
}

@media all and (max-width:500px) {
	#app_description img {
		height: 200px !important;
	}
}