@media only screen and (min-width: 0px) and (max-width: 480px) {

#white-space {
	height: 62px;
}

.logo {
	height: 284px;
	width: 284px;
}

#white-space-bottom {
	height: 50px;
}

#footer {
	display: none !important;
}

#footer-mobile {
	display: block;
}


}