.collection-hero__text-wrapper {
	position: absolute;
	left: var(--nova-space-page-margin);
	right: var(--nova-space-page-margin);
	top: var(--nova-space-xl);
}

.collection-hero__title + .collection-hero__description {
	margin-top: var(--nova-space-2xs);
}

.collection-hero__image-container {
	aspect-ratio: unset !important;
	height: 31.25rem;

  & img {
    height: 100% !important;
  }
}

@media screen and (min-width: 768px) {
	.collection-hero__description {
		width: 32.95%;
		min-width: 430px;
	}

	.collection-hero__title + .collection-hero__description {
		margin-top: var(--nova-space-xs);
	}

	.collection-hero__image-container {
		height: 25rem;
	}
}

@media screen and (min-width: 1200px) {
	.collection-hero__image-container {
		aspect-ratio: unset !important;
		height: 34.375rem;
	}
}
