/* You can add global styles to this file, and also import other style files */
@media all {
  html {
    height: 100%;
    width: 100%;
    background: #000000;
  }

  body {
    margin: 0;
    padding: 0;
    background: black;
  }

  canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  body {
    width: 100%;
    height: 100%;
  }
  /* You can add global styles to this file, and also import other style files */
  #ade-video-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 720px;
    width: 1280px;
  }
  #ade-video-container > video {
    position: absolute;
    top: 0;
    left: 0;
    height: 720px;
    width: 1280px;
  }

  #ade-video-container > .ima-ad-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 720px;
    width: 1280px;
  }
}
