.image-filters {
	z-index: 1;
	display: flex;
	padding: 0 @gutter;
	width: 100%;
	overflow: scroll;
	background: @white;
	border-bottom: 1px solid @light-grey;
}

.image-filter {
	cursor: pointer;
	flex: 0 0 14rem;
	margin: (@gutter * 2) @gutter;
	border: 1px solid @light-grey;

	&.active {
		border: 1px solid @primary;
	}
}

.image-filter {
	
	h4 {
		margin: @gutter/2;
	}
}