#ZeigeVideo {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: 999;
background-color: rgba(61, 58, 53, 0.9);
overflow: hidden;
}
.VideoStyle {
width: 50%;
display: table;
margin: auto auto;
}
.VideoStyle a {
color: #fff;
font-weight: bold;
text-decoration: none;
cursor: pointer;
font-size: 42px;
padding: 0 15px 0 15px;
border-radius: 20px;
}
.VideoStyle a:hover {
color: #666;
background-color:#98cffe;
}
.VideoStyle .Beenden {
float: right;
}
video {
width: 100% !important;
height: auto !important;
}