.shared-play-button {
	width: 100px;
	height: 100px;
	line-height: 57px;
	border: 3px solid #d0952c;
	font-size: 26px;
	text-align: center;
	border-radius: 23px;
	background: transparent!important;
	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;
	font-family: 'Pacifico', serif;
	display: grid;
}

.shared-play-button:hover {
	border-color: #00b1b0;
	background-color: transparent;
}

.shared-play-button i {
	font-size: 20px;
	position: relative;
	bottom: 8px;
}

.shared-play-button:before {
	content: "play";
	font-size: 30px;
	position: relative;
	bottom: 10px;
}
.contentRender[class*=contentRender_name_plugins_collections] .img-cont:hover .shared-play-button {
	border-color: #d0952c;
}

.contentRender[class*=contentRender_name_plugins_collections] .img-cont:hover .shared-play-button:hover {
	border-color: #00b1b0;
}
