@media only screen and (max-width: 768px){

	.l_center{ top: 50%; transform: scale(0.5); margin-left: -150px; margin-top: -83px; }
	.l_header{ top: 35%; transform: scale(0.5); margin-left: -150px; margin-top: -83px; animation: 1s l_header; }

	@keyframes l_header {
		0%{
			top: 50%;
		}
		100%{
			top: 35%;
		}
	}

	/*
	* HEADER
	*/
	.header_p .container{ position: static; }

	footer{ width: 50%; }
	.content_footer span{ display: block; }
	.content_footer span::before{ display: none; }


}