So, I have a layout that is 2up on wide monitors and then a list view on smaller monitors using media queries. Everything works really well except for I also have jQuery .show()/.hide()ing elements on the widescreen setup. That works well also, but when I resize my window: anything that jQuery has currently .hide()d does not show up, despite my media queries defining display: block; for those elements at that size.The site in question is located here, and the source is on GitHub.What am I doing wrong and how can I fix this?