body {
  margin: 20px;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 576px;
  width: 1024px;
}

.video-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999; /* to place it over the video element */
  /* if I need to see it border: #558abb 1px solid; */
}

.video-box > img {
  width: 250px;
  height: 250px;
  position: relative;
  top: 75%;
  left: 25%;
}
