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

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

html {
  background-image: url(../img9/bg.gif);
  background-color:rgb(255, 255, 255);
background-size: 30%;
background-repeat: repeat;
overflow-x: hidden;
}

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

.video {
  width:55%;
  margin-top:-2%;
margin-bottom: -2%;
margin-left: 23%;
justify-content: center;
}

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

body {  

}

@media screen and (max-width: 1024px) {
.video {
margin-top: 10%;
width:72%;
margin-left: 14%;
padding-bottom:10%;
}  
}

@media screen and (max-width:991px){
  .video {
    width:90%;
    margin-left: 5%;
  }

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

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

}