.home-hero-visual img,
.visit-banner-media img {
	will-change: transform;
}

.visit-banner {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background: #171613;
}

.visit-banner-media {
	position: absolute;
	inset: 0;
	z-index: 0;
	margin: 0;
}

.visit-banner-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(18, 17, 15, .48);
}

.visit-banner-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.visit-banner > div {
	position: relative;
	z-index: 1;
}
