#inline_video_body {
  position: relative;
  width: 600px;
  height: 340px;
  display: none;
  cursor: pointer;
}

#inline_video_ad_wrapper {
  position: relative;
  width: 600px;
  height: 340px;
}

#inline_video_adContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 600px;
  height: 340px;
  background: #cccccc;
}

#inline_video_body {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
}
#inline_video_video_close {
  position: absolute;
  top: 25px;
  right: 5px;
  cursor: pointer;
  border-radius: 15px;
  background: black;
  padding: 5px;
  width: 20px;
  height: 20px;
  opacity: 0.8;
}
#inline_video_video_sound {
  position: absolute;
  top: 25px;
  right: 40px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  color: white;
  font-size: 24px;
  border-radius: 15px;
  background: black;
  padding: 5px;
  opacity: 0.8;
}
#inline_video_video_close:hover,
#inline_video_video_sound:hover {
  opacity: 1;
}
#inline_video_video_sound [class^="icon-"]:before, 
#inline_video_video_sound [class*=" icon-"]:before {
  color: white;
}
#inline_video_video_sound i {
  position: absolute;
  top: 2px;
}
#inline_video_advert {
  width: 100%;
  text-align: center;
  font-size: 10px;
}
#inline_video_video_rollover {
  display: block;
}

#inline_video_videoWrapper {
  width: 0;
  height: 0;
  overflow: hidden;
  display: none;
}