embed{width:100%;}
video{width:100%; height: 225px;}
/*video{width:-webkit-fill-available;}*/

.mov_thum_cont { position: relative; }

.mov_thum_cont embed {
  position: relative;
  z-index: 12;
  height: 225px;
  opacity: 1;
}

.mov_thum_cont video {
  position: relative;
  z-index: 12;
  height: 225px;
  opacity: 1;
  width: 100%;
}

.mov_thum_cont a {
  position: relative;
  z-index: 12;
  height: 225px;
  display: block;
}

.mov_thum_cont .mov_thum_img_box {
  position: absolute;
  top: 0px;
  z-index: 10;
  margin: 10px 0 0 0;
}

.mov_thum_cont a .mov_play_mark_img,
.mov_thum_play_mark .mov_play_mark_img {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -28px;
}