.flowplayer .fv_player_vast_companion_wrap {
  left: 0;
  height: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11;
}
.flowplayer .fv_player_vast_companion {
  margin: 20px auto 0;
  position: relative;
}

.flowplayer .fv_player_vast_buttons {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.flowplayer .fv_player_vast_button {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: none;
  font-size:150%;
  position: absolute;
  text-align: center;
  z-index: 100000;
}
.fv_player_vast_clickthrough {
  width: 100%; top: 0; left: 0; padding: 2% 5%;
}
.fv_player_vast_continue {
  width: 100%; height: 100%; top: 0; left: 0; padding-top: 25%;
}
.fv_player_vast_skip {
  padding: 1% 5%; bottom: 0; right: 0;
}