.pages-list img,
.pages-category img,
.pages-page img,
.pages-block img {
	height: auto;
}

.pages-page-gallery img,
.pages-block-gallery img {
	width: 100%;
}

.pages-page-blocks {
	margin-inline: calc(50% - 50vw);
}

.pages-page-blocks > .pages-block {
	padding-inline: max(0px, calc((100vw - 100%) / 2));
}

.pages-block-hero,
.pages-block-cta {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.pages-block-card {
	position: relative;
}

.pages-block-layout-narrow .pages-block-content {
	max-width: 52rem;
}
