.video-target {
    cursor: pointer;
}

.video-wrapper {
  background: rgba(0, 0, 0, 0.7)!important;
  cursor: pointer;
}

.video-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: none!important;
  background: transparent!important;
  height: auto!important;
}

.html5-video-player .video-click-tracking,
.html5-video-player .video-stream{
  width: 80%!important;
  height: auto!important;
}

.video-close{
  box-shadow: none!important;
  background: transparent!important;
  margin-top: -38px!important;
  margin-right: -10px!important;
  cursor:pointer;
  position: relative;
}

@media screen and (max-width: 767px){

}
