#video,
#adUi {
  position: absolute;
  left: 0;
}

#adUi {
  cursor: pointer; 
}

#adUi>* , #adUi iframe {
  width: 100%!important;
  height: 100%!important;
}




#video, #click {
  /*position: absolute;*/
  top: 0px;
  left: 0px;
}

#click {
  cursor: pointer;
}

#banner {
  width: 100%;
  height: 35px;
  background-color: black;
  color: white;
  position: absolute;
  top: 0px;
  left: 0px;
}

#content, #adContainer {
  position: absolute;
  top: 35px;
  left: 0px;
  width: 640px;
  height: 360px;
}