.videogular-container {
    overflow: hidden;
    z-index: 10;
    color: white;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

#embedplayer {
  width: 100%;
  height: 100%;
}

#playertemplate {
  width: 100%;
  height: 100%;
}

#flashplayer {
  width: 100%;
  height: 100%;
}

#flashcontent {
  width: 100%;
  height: 100%;
}

#player-container {
  width: 100%;
  height: 100%;
}

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

object:focus {
  outline: none;
}

#flashContent {
  display: none;
  height: 100%;
  width: 100%;
}

#noplayback {
  width: 100% !important;
  height: auto;
}

#playpause {
  background-repeat: no-repeat;
  background-size: contain;
  visibility: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 1.0;
  z-index: 999;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
}