@media only screen and (max-width:767px){
	.footer-wrap{
		display: none !important;
	}
	.header{
		display: none !important;
	}
}