@mixin clearfix() {
	content: '';
	display: table;
	table-layout: fixed;
	width: 100%;
}
