@media (max-width: 699px) {

	body {
		background: #0f0f0f url(../../images/bg_mobile/home.jpg) top no-repeat;
		background-size: contain;
		font-size: 20px;
	}

	.align-wrap {
		position: static;
		display: block;
	}

	#header,
	#footer {
		position: static;
	}

	#menu {
		position: static;
		max-width: none;
		width: 100%;
	}

	#footer {
		text-align: center;
		margin: 55px 0;

	}

	.flex-center {
		display: block;
	}
}