.page-homepage .intro__item img,
.page-homepage .seasonal-hero__main-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-homepage .blog-featured__item-wrapper {
	background: #000;
	overflow: hidden;
}

.page-homepage .blog-featured__item-image {
	display: block;
	width: 100%;
	margin: 0;
	height: 40rem;
	min-height: 40rem;
	max-height: 40rem;
	aspect-ratio: auto;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.page-homepage .products-featured,
.page-homepage .blog-featured,
.page-homepage .brands-featured {
	content-visibility: auto;
	contain-intrinsic-size: 1px 640px;
}

@media (max-width: 767px) {
	.page-homepage .blog-featured__item-image {
		height: 28rem;
		min-height: 28rem;
		max-height: 28rem;
	}
}
