ul.global-nav {
	position: fixed;
}

div.articles {
	grid-template-columns: repeat(3, 1fr);
}

.article-nz, .article-panama {
	grid-column: span 3;
}

.article-nz img, .article-panama img {
	width: 100%;
}

div.photo-list {
	grid-template-columns: repeat(3, 1fr);
}

div.photo-list:not(.full-view) img.portrait-device.portrait {
	grid-row: span 2;
	aspect-ratio: 0.495 !important;
}

div.photo-list:not(.full-view) img.portrait-device.landscape {
	grid-column: span 2;
	aspect-ratio: 2.03 !important;
}