@media only screen {
	.footer {
		padding: 20px;
	}

	.footer-wrapper {
		position: relative;
		max-width: 1200px;
		margin: 0 auto;
		text-align: center;
		z-index: 5;
		font-size: 10px;
		opacity: 0.7;
	}

	.footer-wrapper-top {
		font-size: 14px;
		margin-bottom: 20px;
	}
}