.vis-short-video-wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 0 auto 24px;
}

.vis-short-video-container {
	position: relative;
	width: 100%;
	max-width: 420px;
	aspect-ratio: 9 / 16;
	overflow: hidden;
	border-radius: 16px;
	background: #000;
}

.vis-short-video-container iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
