.video_header {
  background-color: #0CA3C1;
  position: relative;
}
.canvas-wrap {
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index:9999;
  -moz-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        filter: FlipV;
        -ms-filter: "FlipV";
}

canvas {
  display: block;
}