/*----------------------------------*/
/* Video overlay styles ------------*/
/*----------------------------------*/

.fullscreen {
  background: transparent;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.puny-humans__video-overlay {
  position: fixed;
  width: 100%;
  z-index: 300;
}

.puny-humans__video-overlay .mfp-close {
  top: 30px;
  right: 30px; 
}

.puny-humans__video-overlay .mfp-close:focus {
  outline: 0;
}

.puny-humans__video-overlay .puny-humans__trailer {
  position: absolute;
  z-index: 3;
  bottom: 0px;
  height: auto;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 0px;
}

.puny-humans__video-overlay .screen-overlay {
  background: #2f2f2f;
  height: 100%;
  position: absolute;
  opacity: 0.8;
  width: 100%;
  z-index: 1;
}