.video-play-icon{
	position:relative;
	cursor:pointer;
}

.video-play-icon div:after{
	content:"";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: url(/sites/default/themes/custom/direitosp/images/ico-play.png);
    background-size: auto;
  -webkit-background-size: cover;
  background-size: cover;
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}