/*!==============================
*post-gallery.online
*/

@font-face {
  font-family: Comic Neue;
  src: url("ComicNeue-Light.ttf");       
}

html {
background-color:rgb(8, 10, 8);
}

.video-player-container spotlightr {
  height: 100%;
  width: 160vh;
  position:absolute;
}

.video {
  width:100%;
justify-content: center;
}

h1 {
    font-family: 'Comic Neue';
    font-size: 4vh;
    text-align: right;
    right:2%;
    bottom:0;
    color:rgb(233, 27, 0);
    filter: drop-shadow(4px 2px 3px rgb(251, 255, 0));
    z-index: 20;
    position: fixed;
}

body {  

}

@media screen and (max-width: 1024px) {
  
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width:991px){
    
}
@media screen and (max-width:767px){

}
@media screen and (max-height:400px) {

}