.shared-play-button {
	width: 70px;
    height: 70px;
    line-height: 80px;
	font-size: 26px;
	text-align: center;
	border-radius: 50%;
	background: transparent;
	color: #242f44;
	position: absolute;
	padding: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	pointer-events: none;
	margin:	0;
}

.shared-play-button img {
	display: block;
}

.shared-credits {
	position: absolute;
	bottom: 0;
	right: -10px;
	background-color: #fff;
	padding: 3px 10px;
	border-right: 20px solid #faa31b;
	color: #242f44;
    font-family: urw-din, sans-serif;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

@media (min-width: 40em) {
	.shared-play-button {
		width: 100px;
    	height: 100px;
	}
}