* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

#bgvid {
    /* position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%; */
}

#content {
    display: none;
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    bottom: 20%;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    text-align: center;
}

.button {
    width: 200px;
    font-size: 6rem;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.button:hover {
    background: #ddd;
    color: black;
}
/* 
.video {
    width: 100%;
    border: 1px solid black;
}
.wrapper{
    display:table;
    width:auto;
    position:relative;
    width:50%;
}
.playpause {
    background-image:url(http://png-4.findicons.com/files/icons/2315/default_icon/256/media_play_pause_resume.png);
    background-repeat:no-repeat;
    width:50%;
    height:50%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
} */