display:none; //
This means that this element is going to be taken out of the document flow and the box-model of the element is invisible to the rest of the DOM.
visibility:hidden; //
This element is still in recognized in the DOM as well as the space the box-model takes up on the page.