.tps_sharedVideoBox {
	cursor: pointer;
}

.tps_sharedVideoBox_player {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	transition: 0.3s;
	opacity: 0;
}

.tps_sharedVideoBox_playImage {
	background: url(/resources/svg/play-white.svg) no-repeat;
	background-size: 25%;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.tps_sharedVideoBox_playerShowed .tps_sharedVideoBox_playImage {
	display: none;
}

.tps_sharedVideoBox_playerShowed .tps_sharedVideoBox_player {
	opacity: 1;
	transition: 0.3s;
}
