.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: rgb(50, 50, 50);
  background: rgba(50, 50, 50, 0.75);
  color: white;
  cursor: pointer;
  display: none;
  font-size: 110%;
  position: absolute;
  text-align: center;
  z-index: 100000;
  font-weight: 400;
  line-height: 1.15;
  padding: 1.5% 5%;
}
.flowplayer .fv_player_vast_button:hover {  
    background: rgb(0, 0, 0);
    color: #fff;
    border-color: #ccc;
}
.flowplayer .fv_player_vast_clickthrough {
  width: 100%; top: 0; left: 0; padding: 2% 5%;
  margin: 0;
  text-transform: uppercase;
  font-size: 90%;
}
.fv_player_vast_clickthrough.is-ipad {
  background: transparent;
  text-indent: -9999px;
  height: 100%; width: 100%; top: 0; left: 0;
  padding: 0;
  margin: 0;
}
.fv_player_vast_clickthrough.is-ipad:hover {
  background: transparent;
}
.flowplayer .fv_player_vast_continue {
  width: 68%; top: 0; left: 0;
  margin: 30% 16% 0 16%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#content .flowplayer .fv_player_vast_skip,
.flowplayer .fv_player_vast_skip {
  padding: 1% 5%; bottom: 0; right: 0;
  margin: 2%;
  background: rgb(50, 50, 50);
  background: rgba(50, 50, 50, 0.75);
  border: 1px solid #fff;
  border-bottom: 1px solid #fff !important;
}
.flowplayer.is-mouseover .fv_player_vast_volume.fv-visible ,.fv_player_vast_volume.fv-visible:hover{
  display:block;
}
.fv_player_vast_volume:before{
    content: "\e605";
}
.fv_player_vast_volume{
    font-family: fpicons;
    width: 50px;
    height: 40px;
    float: left;
    padding:5px 1px 45px 1px;
    top:calc( 50% - 25px );
    left:calc( 50% - 25px );
}


.flowplayer.is-vast .fp-logo{
  display:none;
}