.rcz-hero,
body.home .entry-content > .rcz-sec:first-child {
	position: relative;
	isolation: isolate;
	min-height: clamp(620px, 72vw, 920px);
	overflow: hidden;
}

.rcz-hero::before,
body.home .entry-content > .rcz-sec:first-child::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background: url("../images/gen/az-royale-casino-hero.webp") 68% center / cover no-repeat;
	filter: saturate(.82) contrast(1.04);
}

.rcz-hero::after,
body.home .entry-content > .rcz-sec:first-child::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(12,14,9,.98) 0%, rgba(12,14,9,.93) 43%, rgba(12,14,9,.54) 69%, rgba(12,14,9,.12) 100%);
}

.rcz-hero > *,
body.home .entry-content > .rcz-sec:first-child > * {
	position: relative;
}

@media (max-width: 760px) {
	.rcz-hero,
	body.home .entry-content > .rcz-sec:first-child {
		min-height: auto;
		padding-bottom: clamp(260px, 74vw, 380px) !important;
	}

	.rcz-hero::before,
	body.home .entry-content > .rcz-sec:first-child::before {
		background-position: 72% bottom;
	}

	.rcz-hero::after,
	body.home .entry-content > .rcz-sec:first-child::after {
		background: linear-gradient(180deg, rgba(12,14,9,.98) 0%, rgba(12,14,9,.95) 54%, rgba(12,14,9,.28) 78%, rgba(12,14,9,.08) 100%);
	}
}
