@import url("/portals/1/css/main.css");
/*
============================== 
Place you temporary additions below this line:
============================== 
*/
/*# sourceMappingURL=portal.css.map */

#player-overlay {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index:999;
}

#player-overlay video {
  width: 100%;
  max-height: 100%;
}
