#video {
  position: relative;
  background: #000;
  width: 100%;
  margin: 0px;
}

#video img,
#video iframe { display: block; }

#plays {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url('play-button.png') no-repeat 50% 50%;
  background-size: 50px 50px;
  z-index: 2;
}

#plays:hover { background-color: rgba(0,0,0,0.2) !important; }


