.lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .5);
  z-index:99999;
}
.toolbarLB {
  text-align: right;
  padding: 3px;
  z-index:99999;

}
.closeLB {
  color: #ff5600;
  cursor: pointer;
  z-index:99999;

}
.lightbox .iframeContainer {
  vertical-align: middle;
  background: #CCC;
  padding: 2px;
  z-index:99999;

}
.lightbox.closed {
	z-index:99999;
  display: none;

}

/*COUNTDOWN*/

.countdown-tittle {
  padding: 15px;
  border-radius: 3px;
  background: rgb(120 40 62 / 0.8);
  color: #ffdda9 !important;
}

.countdownn{
    position: absolute;
    right: 102px;
    top: 270px;
    z-index: 999;
}

.countdown {
  color: #ffdda9 !important;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
}
 
.countdown-number {
  display: inline-flex;
  padding: 0px 5px;
}
 
.countdown-time {
  color: #f56e28 !important;
}
 
.countdown-text {
  text-transform: uppercase;
  color: #ffdda9 !important;
}