footer{
	position:relative;
	height:300px;
	font-size:0;
}
#FOOTER{height:300px}
@media screen and (min-width: 768px) and (max-width:1024px) {
footer{	position:relative; overflow: hidden;}


}

@media (min-width: 767px){
footer{
	position:relative;
	height:150px;
}
#FOOTER{height:150px;}
}
