.video-shariff-play {
  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;
}
.video-shariff-preview-overlay {
  background: rgba(0, 0, 0, 0.1);
  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 #FFF;
  border-bottom: 24px solid transparent;
  margin: -1.45rem -2rem;
  left: 50%;
}
.video-shariff-preview-text {
  top: 3rem;
  margin: 0 auto;
  width: 80%;
  font-weight: normal;
  background: rgba(255, 255, 255, 0.9);
  padding: 6px 0;
  color: var(--green);
}
@media screen and (max-width: 474px) {
  .video-shariff-preview-icon {
    transform: scale(0.6);
    margin-top: -18px;
  }
  .video-shariff-preview-text {
    font-size: 12px;
    background: rgba(255, 255, 255, 0.7);
    margin-top: -18px;
  }
}
@media screen and (max-width: 320px) {
  .video-shariff-preview-icon {
    margin-top: -28px;
  }
  .video-shariff-preview-text {
    margin-top: -28px;
  }
}
@media screen and (min-width: 800px) {
  .video-shariff-preview {
    top: 50%;
  }
  .video-shariff-preview-text {
    width: 60%;
  }
}
