#ZeigeVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 999;
  background-color: rgba(92, 92, 92, .92);
  overflow: hidden;
}

.VideoStyle {
  width: 40%;
  display: table;
  margin: auto auto;
}
.VideoStyle a {
  color: White;
  font-weight: bold;
  text-decoration: none;
}
.VideoStyle a:hover {
  color: Tomato;
}
.VideoStyle .Beenden {
  float: right;
}

video {
  width: 100% !important;
  height: auto !important;
}