
 .fullscreen-video {
   transition: 0.6s;
   top: 0;
   z-index: 999;
   position: fixed;
   width: 100vw;
   height: 100vh;
   background-color: rgba(10, 10, 10, 0.8);
   display: none;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
 }
 .fullscreen-video-close-btn {
   height: 16px;
   width: 16px;
   position: absolute;
   right: 50px;
   top: 50px;
   fill: #BBB;
   cursor: pointer;
   z-index: -10;
 }
 .fullscreen-video-close-btn:hover {
   fill: #FFF;
 }