/*

IE 8 

Note: No need for responsive accuracy at mobile size, IE 8 would be exclusive to desktop browsers

respond.js seems to strip various styles, so I'm adding them back in here (respond.js may prioritise styles that were implemented in an 'if IE..'  condition
	
*/

.hidden-ie8 {
	/* ie8 style hides this */
	display: none !important;
}
.visible-ie8 {
	/* ie8 style shows this */
	display: block !important;
}
