.cgaxis-et-backg {
  display: none;
}

.cgaxis-et-backg.cgaxis-et-display {
  display: block;
}


.cgaxis-et-backg-opacity {
  background: black;
  position: fixed;
  width: 100vw;
  height: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  opacity: .6;
}

.cgaxis-et-days,
.cgaxis-et-hours,
.cgaxis-et-minutes,
.cgaxis-et-seconds,
.cgaxis-et-labels {
  display: none;
}
