body{
  margin:0;
  background:#000;
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:100vh;
  user-select:none;
  font-family:Arial,Helvetica,sans-serif;
}

.container{
  width:100%;
  max-width:720px;
  text-align:center;
}

.ads-top{width:320px;height:50px;margin:10px auto;}
.ads-bottom{width:480px;height:50px;margin:10px auto;max-width:100%;}

.ads-box{
  background:#222;
  color:#fff;
  line-height:50px;
  font-size:14px;
}

.video-wrap{position:relative;}

video{
  width:100%;
  background:#000;
}

#preroll{
  position:absolute;
  inset:0;
  background:#000;
  display:flex;
  justify-content:center;
  align-items:center;
  color:#fff;
  font-size:22px;
  z-index:9;
}

.watch-more{
  display:block;
  margin:14px auto;
  padding:14px;
  max-width:90%;
  background:#1877f2;
  color:#fff;
  text-decoration:none;
  font-size:16px;
  font-weight:bold;
  border-radius:6px;
}
