	.mcn-footer {
		display: none;
	}
	
	@media screen and (max-width: 480px) {

	.mcn-footer {
		text-align: center;
		margin: 0 auto;
		width: 100%;
		max-height: auto;
		padding: 10px 0 10px 0;
		z-index: 999999;
		background: red;
		display: block;
		-webkit-animation-duration: 2s !important;
		animation-duration: 2s !important;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-transition: all 2s ease-in-out;
		-moz-transition: all 2s ease-in-out;
		-o-transition: all 2s ease-in-out;
		-ms-transition: all 2s ease-in-out;
		transition: all 2s ease-in-out;
		z-index: 99999;
		box-shadow: 0 0 8px #999;		
	}

	.mcn-footer img {
		color: #fff;
		margin: 0 auto;
		width: 50px !important;
		height: 50px !important;
		text-align: center;
		padding: 0 !important;
	}
	
	.mcn-footer a {
		padding: 0 !important;
		margin: 0 auto !important;
	}

}