.thr-live__video-frame {
	position: relative;
	overflow: hidden;
}

.thr-offline-addon {
	position: absolute;
	inset: 0;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	background: #000;
	transition: opacity 180ms ease, visibility 180ms ease;
}

.thr-offline-addon--visible {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.thr-offline-addon__image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	object-fit: cover;
	object-position: center center;
}
