.fb_video,
.share_fb_video {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.fb_video img,
.share_fb_video img {
    cursor: pointer;
    width: 100%;
    object-fit: cover;
}

.play-button,
.share_play-button {
    cursor: pointer;
    position: absolute;
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    background: url("play.png") no-repeat;
}