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

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

html {
background-color:#d6fc00;
}

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(245, 85, 210));
    z-index: 20;
    position: fixed;
}

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

.video {
  width:75%;
  margin-left: 13%;
justify-content: center;
}

@media screen and (max-width: 1040px) {
  .video {
    width:100%;
    margin-top:40%;
    margin-left: 0%;
  }
}

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

}
@media screen and (max-height:400px) {
  .video {
    margin-top:0%;
  }
}