.video-play-icon{
    font-size: 34px;
	text-align: center;
	background-color: #0095d4;
	background-image: -moz-linear-gradient(45deg, #0095d4 0%, #76c5be 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #0095d4), color-stop(100%, #76c5be));
	background-image: -webkit-linear-gradient(45deg, #0095d4 0%, #76c5be 100%);
	background-image: -o-linear-gradient(45deg, #0095d4 0%, #76c5be 100%);
	background: -ms-linear-gradient(45deg, #0095d4 0%, #76c5be 100%);
	background: -webkit-linear-gradient(45deg, #0095d4 0%, #76c5be 100%);
	background: -o-linear-gradient(45deg, #0095d4 0%, #76c5be 100%);
	background: linear-gradient(45deg, #CE3466 0%, #F70859 100%);
	border-radius: 100%;
	display: inline-block;
	height: 100px;
	width: 100px;
	line-height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

a:hover{
	color:#9a0334 !important;
}