html, body {
    background-color: #000;
    color: #FFF;
}      
body {          
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;      
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;   
    cursor: default;
}     
h1, h2, p, img {
    display: none;
}   
      
#play,
#player,
#player-bg {          
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;      
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;  
    cursor: default;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -transition: opacity 0.2s linear;    
    transition: opacity 0.2s linear;  
    -webkit-transform: translateZ(0);   
    -moz-transform: translateZ(0);   
    -o-transform: translateZ(0);   
    -transform: translateZ(0);     
    transform: translateZ(0);  
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-touch-callout: none;     
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}  
#player-bg { 
    opacity: 0.75; 
}        
#player:hover #player-bg { 
    opacity: 0.85; 
}      
#play {         
    cursor: pointer; 
}   
#play:after {     
    content: "";      
    background: rgba(255, 239, 102, 0.8) url(/_i/icon-30-c-video.png) center center no-repeat;     
    position: absolute;
    border: none;
    width: 60px;
    height: 60px;
    top: 50%;      
    left: 50%;
    right: 0;
    bottom: 0;
    margin: -30px 0 0 -30px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;    
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -transition: all 0.4s linear;    
    transition: all 0.4s linear;     
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    -ms-border-radius: 4px; 
    -o-border-radius: 4px; 
    border-radius: 4px;   
    opacity: 0.95; 
    z-index: 3;  
}   
#player:hover #play:after {       
    background-color: rgb(255, 239, 102);    
    opacity: 1; 
}
  
#player {     
    opacity: 0.85;    
}    
#player video,      
#player iframe {          
    position: absolute;
    border: none;
    width: 100%;
    height: 100%;
    top: 0;      
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    overflow-x:hidden;
    overflow-y:hidden;  
}                  
#player.content-close {       
    font-family: Roboto, Arial, sans-serif;
}
#player.content-close h1 {          
    position: absolute;
    display: none;
    top: 0;      
    left: 20px;
    font-size: 30px;
    z-index: 10;
}                       
#player.content-close a {    
    position: absolute;
    border: none;
    width: 100%;
    height: 100%;
    top: 0;      
    left: 0;
    right: 0;
    bottom: 0;    
    z-index: 11;
}                          
#player.content-close a strong { 
    background: rgba(255, 239, 102, 0.9) url(/_i/icon-30-c-video.png) calc(50% - -55px) center no-repeat;   
    color: #444;
    display: block;
    border: none;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: none;
    outline: none;
    padding: 0 40px 0 0;
    width: 250px;
    cursor: pointer;
    transition: all 0.1s linear;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-radius: 3px;
    position: absolute;
    border: none;
    right: 40px;
    bottom: 40px;    
    z-index: 11;
}                          
#player.content-close a strong:hover { 
    background-color: rgba(255, 239, 102, 1);
} 

       
@media (max-width: 640px) {  
    #player.content-close h1 {
        font-size: 20px;    
        top: 10px;      
    }   
    #player.content-close a strong {    
        width: 200px;
        height: 50px;
        line-height: 50px;    
    }  
}                
@media (max-width: 480px) { 
    #player.content-close h1 {
        font-size: 20px;
    }    
    #player.content-close a strong {  
        right: 20px;
        bottom: 20px;   
    }  
}    
