.video-shariff-play {
  position: relative;
  text-align: center;
  display: block;
}

a.video-shariff-play img {
  display: inline-block;
}

.video-shariff-preview {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  text-align: center;
}

.medium-4 .video-shariff-preview {
  /*background:#fff;
  opacity:.7;*/
  bottom:0;
  top:0;
}
.video-shariff-preview-overlay {
  background: rgba(255, 255, 255, 0);/*0.6*/
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a.video-shariff-play:hover .video-shariff-preview-overlay,
a.video-shariff-play:focus .video-shariff-preview-overlay{
  background: transparent;
}
.video-shariff-preview span {
  display: block;
  position: relative;
}
/*
.video-shariff-preview-icon {
  background: transparent;
  border-radius: 0.375rem;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-left: 36px solid #000;
  border-bottom: 24px solid transparent;
  margin: -1.45rem -2rem;
  left: 50%;
}
*/

.video-shariff-preview-icon:before {
  background: #fff;
  /*color:#81b23e;*/
  border-radius: 50%;
  content: "\f144";
  font-family: "FontAwesome";
  font-size: 4rem;
  font-weight: normal;
  position: absolute;
  left: 40%;
  /*top: 33%;*/
  width: 3.2rem;
  height: 3.2rem;
  line-height: .8;
}



.medium-4 .video-shariff-preview span.video-shariff-preview-icon {
  font-size:0;
  top:25%;
}

.video-shariff-preview-text {
  top: 3rem;
  margin: 0 auto;
  width: 80%;
  font-weight: bold;
}
.medium-4 .video-shariff-preview-text {
  color:#fff;
  font-size:90%;
  font-weight: 400;
  top: 62.625%;/*0rem;*/
  width: 100%;
  padding:.5rem;
}


@media screen and (min-width: 800px) {
  .video-shariff-preview {
    top: 50%;
  }
  .video-shariff-preview-text {
    width: 60%;
  }
  .medium-4 .video-shariff-preview {
    top: 0;
  }
  .medium-4 .video-shariff-preview-text {
    width: 100%;
  }
}
