#discovery-gallery .caption-tile:first-child:nth-last-child(n + 3), #discovery-gallery .caption-tile:first-child:nth-last-child(n + 3) ~ .caption-tile {
	width: 100%;
	max-width: 372px;
	min-width: 372px;
}

@media (max-width: 1068px) {
	#discovery-gallery .caption-tile:first-child:nth-last-child(n + 3), #discovery-gallery .caption-tile:first-child:nth-last-child(n + 3) ~ .caption-tile {
		max-width: unset;
		min-width: unset;
		width: 344px;
	}
}

@media (max-width: 734px) {
	#discovery-gallery .caption-tile:first-child:nth-last-child(n + 3), #discovery-gallery .caption-tile:first-child:nth-last-child(n + 3) ~ .caption-tile {
		min-width: unset;
		width: 260px;
	}
}
