.shared-play-button {
	width: 60px;
	height: 60px;
	line-height: 1;
	font-size: 26px;
	text-align: center;
	border-radius: 50%;
	background: #d6a75d;
	color: #18314b;
	position: absolute;
	padding: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	margin: 0;
}
.contentRender[class*=contentRender_name_plugins_collections] .img-cont .shared-play-button:hover,
.contentRender[class*=contentRender_name_plugins_collections] .img-cont .shared-play-button:focus {
	background: #d6a75d;
	color: #18314b;
}