@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #sp-bottom {
    	display: none;
	}
  	#sp-footer {
  		display: none;
	}
}