
	.main-feeds .grid {
		--ref-width: 100%; /* This captures the full width of #reference */
	}
	.main-feeds .grid-item {
		margin-right: 8px;
		width: calc(((var(--ref-width) / 3) - 8px));
	}
	.main-feeds .feed {
		background-color: rgba(0,0,0,0.5);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		margin: 0 0 8px 0;
		width: 100%;
	}
	.main-feeds .feed .feed-timestamp {
		padding: 0.5rem 1rem;
	}
	.main-feeds .feed .feed-att {
		padding: 0;
	}
	.main-feeds .feed .feed-story {
		padding: 0.5rem 	1rem;
	}