-x,body{
  background         : #fff            ;
  overflow           : hidden          ;
  margin             : 0px             ;
}
#banner{
  height             : 15%             ;
  text-align         : center          ;
  margin             : 1%              ;
}
.maskScreen{
  background         : rgb(0,0,0,0.66) ;
}
.fullScreen{
  position           : fixed           ;
  top                : 0px             ;
  left               : 0px             ;
  width              : 100%            ;
  height             : 100%            ;
}
.maskNav{
  position           : fixed           ;
  top                : 2%              ;
  left               : 2%              ;
}
.galleryLeft{
  position           : fixed           ;
  left               : 2%              ;
  top                : 48%             ;
}
.galleryRight{
  position           : fixed           ;
  right              : 2%              ;
  top                : 48%             ;
}
.galleryImg{
  margin             : 3%              ;
}
.galleryCounter{
  color              : #FFF            ;
  font-family        : sans-serif      ;
}
iframe.contentOverlay{
  position           : fixed           ;
  top                : 10%             ;
  left               : 10%             ;
  width              : 80%             ;
  height             : 80%             ;
  border             : 2px solid #000  ;
  border-top-left-radius    : 12px     ;
  border-bottom-left-radius : 12px     ;
}