@media only screen and (min-width: 64em) {
	.full-width .thumb-column,
	.full-width .thumb-item {
		flex-basis: calc((100% - (4% * 3)) / 4);
	}

	.full-width .thumb-column:last-child,
	.full-width .thumb-item:last-child {
		margin-right: 0;
	}
}