.video-shariff-play {
    /*position: relative;*/
    text-align: center;
    display: block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    width:100%;
    height:100%;
}

a.video-shariff-play img {
    display: inline-block;
    width:100%;
    height:auto;
}

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

.video-shariff-preview-overlay {
    background: rgba(255, 255, 255, 0.9);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .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: .375rem;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-left: 36px solid #E17832;
    border-bottom: 24px solid transparent;
   /* margin: -1.45rem -2rem;*/
    /*left: 50%*/
    margin:auto;

}

.video-shariff-preview-text {
    top: 1rem;
    margin: 0 auto;
    width: 80%;
    font-weight: bold;
    font-size: .8rem;
    line-height: 1.5;
}

@media screen and (min-width: 800px) {
    .video-shariff-preview {
        top: 50%
    }
    .video-shariff-preview-icon {
        margin-top: -1.45rem;
    }

    .video-shariff-preview-text {
        width: 60%;
        top: 3rem;
        font-size: 1rem;
    }
}