.shared-play-button {
	width: 60px;
	height: 60px;
	line-height: 1;
	border: 2px solid rgba(255, 255, 255, 1);
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	background: rgba(110, 109, 60, 1);
	color: #fff;
	position: absolute;
	padding: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	pointer-events: none;
	transition: background 100ms, border-color 100ms;
}
.shared-play-button:hover,
.contentRender[class*=contentRender_name_plugins_collections] .img-cont:hover .shared-play-button {
	border-color: rgba(255, 255, 255, .6);
	background: rgba(110, 109, 60, .7);
}
