.tjm-vi-block {
	margin: 20px 0;
	max-width: 100%;
}

.tjm-vi-frame {
	aspect-ratio: 16 / 9;
	background: #000;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.tjm-vi-frame--video {
	aspect-ratio: 16 / 9;
}

.tjm-vi-frame--shorts {
	aspect-ratio: 9 / 16;
	margin-left: auto;
	margin-right: auto;
	max-width: 420px;
}

.tjm-vi-frame iframe {
	border: 0;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}
