.video-shariff-preview-overlay {
  background: rgba(0, 0, 0, 0.5);
  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);
}

.video-shariff-preview-text {
  width: 90%;
  background: rgba(255,255,255,0.8);
  font-family: 'ubuntu_condensedregular';
  color: var(--black);
  font-size: 16px;
  font-weight: normal;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  .video-shariff-preview {
    top: 50%;
}
  .video-shariff-preview-text {
    width: 90%;
    font-size: 18px;
  }
}
.video-shariff-preview-icon {
    border-left: 36px solid #FFF;
    left: calc(50% + 16px);
}
