#video-background {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

#loader-animation {
  position: fixed;
  top: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

.mfp-title {
  position:absolute;
  width:100%;
  height: 90%;
  top:-6%;
  /* background-image: url("/img/big.png"); */
  opacity:1;
}

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

  .header-content{
    background-image: url("/img/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .monster-logo{
    width:150px;
    height:173px;
  }
}

@media screen and (min-width:800px) and (max-width: 1200px) {
  .mfp-title-custom{
    padding:20px;
    color: #ffffff;
    position: absolute;
    bottom: 40%;
    line-height:28px;
    font-size: 20px;
    text-align:center;
    width:100%;
    font-weight:light;
  }
  .mfp-title p{
    padding:20px;
    color: #ffffff;
    position: absolute;
    top: 10%;
    line-height:30px;
    font-size: 12px;
    text-align:left;
    width:100%;
    font-family:'JuiceLight';
    font-weight:light;
  }
}


@media screen and (min-width: 1200px) {
  .mfp-title-custom{
    padding:20px;
    color: #ffffff;
    position: absolute;
    bottom: 42%;
    line-height:20px;
    font-size: 30px;
    text-align:center;
    width:100%;
    font-weight:light;
  }
  .mfp-title p{
    padding:20px;
    color: #ffffff;
    position: absolute;
    top: 10%;
    line-height:30px;
    font-size: 15px;
    text-align:left;
    width:100%;
    font-weight:light;
    font-family:'JuiceLight';
  }
}


.center-on-screen {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
}

.about{
  background-color: rgba(0, 0, 0, 0.8);
  color:#dddddd;
  line-height: 25px;
  font-size:14px;
  text-align:justify;
}

.about h1{
  font-size:16px;
  font-weight:bold;
}


#progressContainer:hover{
  cursor: pointer;
}

.progress {
  position:relative;
  top:-20px;
  background: rgba(50, 50, 50, 1);
  border: 0px solid rgba(50, 50, 50, 1);
  border-radius: 0px;
  height: 20px;
}

.progressbar{
  width:10% ;
}
.timeupdate {
  background: rgba(255, 0, 0, 0.9);
  height: 20px;
}

.p-buffer {
  background: rgba(200, 200, 200, 0.3);
  height: 20px;
}


#customPlayIcon:hover{
  cursor: pointer;
}