body .container-40th.fullwidth-grid {
	max-width: 98vw;
}

body .section-40th__title {
	padding-top: 0;
}

body .lookback-gallery-final__carousel {
	grid-template-columns: repeat(2, 1fr);
}

body .lookback-gallery-final__item img {
	height: 450px;
}

@media only screen and (max-width: 1024px) {
	body .lookback-gallery-final__carousel {
		grid-template-columns: repeat(1, 1fr);
	}
}