@media screen and (max-width: 1024px) {
#inner-footer {
	top: 656px;
}
}

@media screen and (max-height: 800px) {
#inner-footer {
	top: 656px;
}
}