html {
  height: 100%;
}

html body {
  height: 100%;
}

div#content {
  height: 100%;
}

div#p_playerContainer {
  height: 100%;
}

div.p_playerContainer {
  height: 100%;
}

/* Dieses Element wird im JavaScript, beim Resizen des Fensters editiert.
Daher muss das JavaScript entfernt oder mit "!important" überschrieben werden. */
div#p_videoContainer {
  width: 100% !important;
  height: 100% !important;
}

div#p_play_overlay {
    width: 100px !important;
    height: 120px !important;
    padding: 0 !important;
    overflow: hidden;
    width: 200px;
    top: calc(50% - 60px) !important;
    left: calc(50% - 50px) !important;
    background-position: -410px -120px !important;
}