.t-hero-module::after {
	position: absolute;
	content: '';
	inset-inline-end: -.0625rem;
	inset-block-end: -.0625rem;
	height: clamp(112px, 22vw, 300px);
	aspect-ratio: 321/308;
	background: url('/static/themes/jesusnet/staircase.svg') no-repeat right bottom;
	background-size: contain;
	pointer-events: none;
}

html[dir=rtl] .t-hero-module::after {
	transform: rotateY(180deg);
}