.video-insitu {
    position: relative;
}
.video-insitu a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 1;
}
.video-insitu a:before {
        content: "\e91f";
        font-family: 'sd-icons';
        color: #fff;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 45px;
        height: 45px;
        font-size: 45px;

    }
.video-insitu iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }


.overlay-open-video.image-link {
    position: relative;
    display: inline-block;
}
  .overlay-open-video.image-link:before {
    content: "\e91f";
    font-family: 'sd-icons';
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    font-size: 45px;
    z-index: 1;
    line-height: 1em;
}

a.overlay-open-video.image-link {
    display: block !important;
}

.play-btn {
    position: relative;
    display: inline-block;
}
.play-btn.absolute{
  position:absolute;
}
.play-btn:before {
    content: "\e91f";
    font-family: 'sd-icons';
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    font-size: 60px;
    z-index: 1;
    line-height: 1em;

}
