.i360-news-detail__video {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	margin: 24px 0;
	background: #111;
	border-radius: 10px;
	overflow: hidden;
}

.i360-news-detail__video iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
