.shared-play-button {
	width: 60px;
	height: 60px;
	line-height: 57px;
	font-size: 20px;
	text-align: center;
	border-radius: 30px;
	background: white;
	color: #0FACBD;
	position: absolute;
	padding: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.shared-play-button .fa {
	margin-left: 5px;
}
