.videoContainerShadow{
    position: fixed;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: #000;
    opacity: 0.5;
    z-index: 50;
    display: none;
}
.videoContainer {
    position: fixed;
    background: #000;
    padding: 0;
    z-index: 55;
    margin: 0 auto;
    display: none;
    cursor: pointer;
}
.closeVideoContainer {
    height: 30px;
}
#videoPlayer{
    margin: auto;
}