.vidbox {
position: relative;
display: block;
}

.vidbox-content {
position: absolute;
display: none;
top: 2.5%;
left: 2.5%;
width: 91%;
height: 86%;
padding: 2%;
background: rgba(255, 255, 255, 0.9);
border-radius: 5px;
z-index: 10;
}

.vidbox-content-close {
position: absolute;
display: block;
top: -10px;
right: -10px;
width: 30px;
height: 30px;
border-radius: 15px;
text-align: center;
line-height: 30px;
background: rgba(255, 255, 255, 1.0);
cursor: pointer;
font-weight: bold;
color: #333;
padding: 0;
margin: 0;
font-size: unset;
}

.player {
width: 100%;
height: auto;
max-height: 800px;
}

.vidbox-content-area {
position: relative;
display: block;
width: 100%;
height: 100%;
overflow: auto;
}

.vidbox-click-control {
position: absolute;
display: none;
top: 0px;
left: 0px;
width: 100%;
height: calc(100% - 110px);
background: transparent;
z-index: 10;
border: none;
}

.vidbox-click-control:hover {
background: transparent;
}