#global-mask {
  background-color: #0D111F;
  opacity: .9;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  cursor: pointer;
}
#popup {
  background-color: #FFF;
  padding: 10px;
  box-shadow: 0 0 100px #0D111F;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 100;
  border-radius: 3px;
}
#popup-close {
  background-color: #0D111F;
  border: 3px solid #FFF;
  padding: 5px;
  border-radius: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
  line-height: 27px;
  text-align: center;
  color: #FFF;
  font-family: arial;
  font-size: 39px;
  display: none;
  z-index: 101;
  cursor: pointer;
}
#popup-close:hover {
  background-color: #CB202D;
}
.popup-legend {
  font-size: 20px;
  font-weight: 400;
  margin: 15px 0 10px 0;
  line-height: 1.4;
  text-align: center;
}
.popup-legend:first-letter {
  text-transform: uppercase;
}
#popup iframe {
  -moz-animation: anim-hidden 1s linear;
  -o-animation: anim-hidden 1s linear;
  -webkit-animation: anim-hidden 1s linear;
  animation: anim-hidden 1s linear;
}
.popup-nav {
  display: none;
}
.popup-prev,
.popup-next {
  position: absolute;
  top: 200px;
  color: #FFF;
  font-size: 80px;
  cursor: pointer;
}
.popup-prev:active,
.popup-next:active {
  top: 201px;
}
.popup-prev {
  left: -120px;
  color: #FFF;
}
.popup-next {
  right: -117px;
  color: #FFF;
}
.popup-content-clip {
  cursor: pointer;
}
