div#videoLink{
   background-image: url("/Images/icons/video.svg");
   background-size: auto 100%;
   background-position: 100% 50%;
   background-repeat: no-repeat;
   width:3em;
   max-width: 3em;
   height: 100%;
   cursor: pointer;
}
#videoPlayer{
   position: fixed;
   width: 100%;
   height: 100%;
   left:0;
   right:0;
   top:0;
   bottom:0;
   display: none;
   background-color: var(--backColor);
}
#videoPlayer #videoblock{
   width:1280px;
   max-width: 100%;
   margin:auto auto;
}
#videoblock #popupHeader{
   background-color: var(--backColor);
   width: 100%;
   float: right;
}
#videoPlayer div#closeIcon{
   cursor:pointer;
   height:1em;
   width: 1em;
   background-repeat: no-repeat;
   background: url("/Images/icons/close.svg");
   background-size: 100% 100%;
   float:right;
}
