body.single-story {

	section.page-hero + section {
		margin-block-start: 0;
	}

	.image-slider {
		.swiper-slide {
			min-height: 28rem;
			background: white;
			/* user-select: none; */
			img {
				width: 100%;
				height: 100%;
				object-fit: contain;
				object-position: center;
			}
		}
	}

	/* Remove the padding from the page container that's being rendered inside the larger page grid */
	.col-12 .page-container {
		padding: 0;
	}

}