.mpegts-human-videos {
	position: relative;
}

.mpegts-human-videos > video {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	object-fit: contain;
}
.mpegts-human-videos > video:focus {
	outline:none;
}

.mpegts-human-videos > video.welcome {
	display: block;
}