.booth-intro {
	position: relative;
	width: 100%;
	aspect-ratio: 1920 / 2160;
	overflow: hidden;
	background: #0a0a0a;
	container-type: inline-size;
	font-family: "Mulish", sans-serif;
}

.booth-intro__booth {
	position: absolute;
	left: 0;
	top: 0;
	width: 100.1042%;
	height: 50%;
	object-fit: cover;
	pointer-events: none;
}

.booth-intro__booth::-webkit-media-controls,
.booth-intro__booth::-webkit-media-controls-enclosure {
	display: none !important;
}

.booth-intro__concept {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 50%;
}

.booth-intro__space-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.booth-intro__copy {
	position: absolute;
	left: 31.3021%;
	top: 13.8889%;
	z-index: 1;
	width: 37.3958%;
	margin: 0;
	color: #fff;
	font-size: 1.0417cqw;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
}

.booth-intro__copy strong {
	color: #d2ff00;
	font-weight: 800;
}

.booth-intro__rendering {
	position: absolute;
	left: 20.5208%;
	top: 25.1852%;
	z-index: 1;
	width: 53.3224%;
	height: 70.2778%;
	object-fit: cover;
}

@media (max-width: 767px) {
	.booth-intro {
		aspect-ratio: auto;
	}

	.booth-intro__booth {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 1000 / 562;
	}

	.booth-intro__concept {
		position: relative;
		top: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 32px;
		height: auto;
		padding: 48px 20px 0;
	}

	.booth-intro__copy,
	.booth-intro__rendering {
		position: relative;
		left: auto;
		top: auto;
	}

	.booth-intro__copy {
		width: 100%;
		font-size: 16px;
	}

	.booth-intro__rendering {
		width: 100%;
		height: auto;
	}
}
